From 2301d8919c28eb888ea1eb968d03376b2219a27d Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 30 May 2020 17:17:39 -0700 Subject: Adding PWA icons for proper pwa support --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vue.config.js') 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 = { .loader("raw-loader") .end(); }, + pwa: { + manifestPath: "assets/manifest.json" + } }; -- cgit v1.2.3