]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Explicitly define start_url 100/head
authorFelix Bartels <felix@host-consultants.de>
Mon, 29 Jun 2020 09:28:12 +0000 (11:28 +0200)
committerFelix Bartels <felix@host-consultants.de>
Mon, 29 Jun 2020 18:03:52 +0000 (20:03 +0200)
Relates to #99

Signed-off-by: Felix Bartels <felix@host-consultants.de>
.gitignore
vue.config.js

index 7c7348f2e7662009faf1aec73fcb8e0c434c37e6..ee51c8812002fe1f960b80a4f39b78d5a279a0cc 100644 (file)
@@ -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
index 51a9b90047d0d85393c1f2430ce3d642d93f4fa4..1e624c6ab98d452f52ad2a9eef33af8fa2ecec46 100644 (file)
@@ -10,6 +10,9 @@ module.exports = {
   publicPath: "",
   pwa: {
     manifestPath: "assets/manifest.json",
+    manifestOptions: {
+      start_url: '../',
+    },
     appleMobileWebAppStatusBarStyle: "black",
     appleMobileWebAppCapable: "yes",
     name: "Homer Dashboard",