From: Felix Bartels Date: Mon, 29 Jun 2020 09:28:12 +0000 (+0200) Subject: Explicitly define start_url X-Git-Tag: v20.07.1~3^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a503c5743ed3bb32ad6bbc51b960e0eca933467c;p=github%2Fbastienwirtz%2Fhomer.git Explicitly define start_url Relates to #99 Signed-off-by: Felix Bartels --- 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",