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