diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-07-12 20:11:54 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-07-12 20:11:54 -0700 |
commit | 8ae1fe8a4ecdf5dfd8cabb4dc19bbe24401acd25 (patch) | |
tree | 5327748771f20b99e5b9cb749fcab96a78222cad /vue.config.js | |
parent | 4bfcc5bc955257d66b792a00f1ca44fa42616255 (diff) | |
download | homer-8ae1fe8a4ecdf5dfd8cabb4dc19bbe24401acd25.tar.gz homer-8ae1fe8a4ecdf5dfd8cabb4dc19bbe24401acd25.tar.zst homer-8ae1fe8a4ecdf5dfd8cabb4dc19bbe24401acd25.zip |
Lint clean
Diffstat (limited to 'vue.config.js')
-rw-r--r-- | vue.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vue.config.js b/vue.config.js index 1e624c6..abee374 100644 --- a/vue.config.js +++ b/vue.config.js | |||
@@ -11,7 +11,7 @@ module.exports = { | |||
11 | pwa: { | 11 | pwa: { |
12 | manifestPath: "assets/manifest.json", | 12 | manifestPath: "assets/manifest.json", |
13 | manifestOptions: { | 13 | manifestOptions: { |
14 | start_url: '../', | 14 | start_url: "../", |
15 | }, | 15 | }, |
16 | appleMobileWebAppStatusBarStyle: "black", | 16 | appleMobileWebAppStatusBarStyle: "black", |
17 | appleMobileWebAppCapable: "yes", | 17 | appleMobileWebAppCapable: "yes", |