aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--vue.config.js3
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7c7348f..ee51c88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,6 @@ yarn-error.log*
21*.sw? 21*.sw?
22 22
23# App configuration 23# App configuration
24config.yml \ No newline at end of file 24config.yml
25
26.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 = {
10 publicPath: "", 10 publicPath: "",
11 pwa: { 11 pwa: {
12 manifestPath: "assets/manifest.json", 12 manifestPath: "assets/manifest.json",
13 manifestOptions: {
14 start_url: '../',
15 },
13 appleMobileWebAppStatusBarStyle: "black", 16 appleMobileWebAppStatusBarStyle: "black",
14 appleMobileWebAppCapable: "yes", 17 appleMobileWebAppCapable: "yes",
15 name: "Homer Dashboard", 18 name: "Homer Dashboard",