diff options
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 06a1146..3b104f7 100644 --- a/vue.config.js +++ b/vue.config.js | |||
@@ -7,4 +7,7 @@ module.exports = { | |||
7 | .loader("raw-loader") | 7 | .loader("raw-loader") |
8 | .end(); | 8 | .end(); |
9 | }, | 9 | }, |
10 | pwa: { | ||
11 | manifestPath: "assets/manifest.json" | ||
12 | } | ||
10 | }; | 13 | }; |