From a503c5743ed3bb32ad6bbc51b960e0eca933467c Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 29 Jun 2020 11:28:12 +0200 Subject: Explicitly define start_url Relates to #99 Signed-off-by: Felix Bartels --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vue.config.js') diff --git a/vue.config.js b/vue.config.js index 51a9b90..1e624c6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,6 +10,9 @@ module.exports = { publicPath: "", pwa: { manifestPath: "assets/manifest.json", + manifestOptions: { + start_url: '../', + }, appleMobileWebAppStatusBarStyle: "black", appleMobileWebAppCapable: "yes", name: "Homer Dashboard", -- cgit v1.2.3