diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-30 17:17:39 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-30 19:36:35 -0700 |
commit | 2301d8919c28eb888ea1eb968d03376b2219a27d (patch) | |
tree | a07d421848a33732844f0004d9d91e8c15c9b019 /vue.config.js | |
parent | 1875c17aa5142d90fc03498875e195f2085d9640 (diff) | |
download | homer-2301d8919c28eb888ea1eb968d03376b2219a27d.tar.gz homer-2301d8919c28eb888ea1eb968d03376b2219a27d.tar.zst homer-2301d8919c28eb888ea1eb968d03376b2219a27d.zip |
Adding PWA icons for proper pwa support
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 | }; |