diff options
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", |