From a503c5743ed3bb32ad6bbc51b960e0eca933467c Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 29 Jun 2020 11:28:12 +0200 Subject: [PATCH] Explicitly define start_url Relates to #99 Signed-off-by: Felix Bartels --- .gitignore | 4 +++- vue.config.js | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c7348f..ee51c88 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ yarn-error.log* *.sw? # App configuration -config.yml \ No newline at end of file +config.yml + +.drone.yml \ No newline at end of file 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", -- 2.41.0