diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-07-04 18:11:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 18:11:08 -0700 |
commit | 4bfcc5bc955257d66b792a00f1ca44fa42616255 (patch) | |
tree | d07cbf2dd28644aea4a9a3ec2f06bef296564f94 /vue.config.js | |
parent | d3da4cfe9386d2886ec1c963ec850dfb69b8ab7d (diff) | |
parent | a503c5743ed3bb32ad6bbc51b960e0eca933467c (diff) | |
download | homer-4bfcc5bc955257d66b792a00f1ca44fa42616255.tar.gz homer-4bfcc5bc955257d66b792a00f1ca44fa42616255.tar.zst homer-4bfcc5bc955257d66b792a00f1ca44fa42616255.zip |
Merge pull request #100 from fbartels/start_url
Explicitly define start_url
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", |