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",