From 941d21d9cbb0c23c4baf0c487b2bc5d5626e1be5 Mon Sep 17 00:00:00 2001 From: Max G Date: Mon, 5 Oct 2020 06:46:13 +0000 Subject: [PATCH] Added vue config --- client/vue.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/vue.config.js diff --git a/client/vue.config.js b/client/vue.config.js new file mode 100644 index 0000000..d7d6862 --- /dev/null +++ b/client/vue.config.js @@ -0,0 +1,13 @@ +module.exports = { + pwa: { + name: 'SolidScribe', + iconPaths: { + favicon32: null, + favicon16: null, + appleTouchIcon: null, + maskIcon: null, + msTileImage: null, + } + + } +} \ No newline at end of file