diff options
author | Felix Bartels <felix@host-consultants.de> | 2020-06-29 11:28:12 +0200 |
---|---|---|
committer | Felix Bartels <felix@host-consultants.de> | 2020-06-29 20:03:52 +0200 |
commit | a503c5743ed3bb32ad6bbc51b960e0eca933467c (patch) | |
tree | 785b54aeb4e8b8bc1dccd90c13bed70818963da2 /vue.config.js | |
parent | a9aed9f9e2e65aa81782f736f10cc1d189858468 (diff) | |
download | homer-a503c5743ed3bb32ad6bbc51b960e0eca933467c.tar.gz homer-a503c5743ed3bb32ad6bbc51b960e0eca933467c.tar.zst homer-a503c5743ed3bb32ad6bbc51b960e0eca933467c.zip |
Explicitly define start_url
Relates to #99
Signed-off-by: Felix Bartels <felix@host-consultants.de>
Diffstat (limited to 'vue.config.js')
-rw-r--r-- | vue.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
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", |