Added vue config

This commit is contained in:
Max G 2020-10-05 06:46:13 +00:00
parent e5adaefa0e
commit 941d21d9cb

13
client/vue.config.js Normal file
View File

@ -0,0 +1,13 @@
module.exports = {
pwa: {
name: 'SolidScribe',
iconPaths: {
favicon32: null,
favicon16: null,
appleTouchIcon: null,
maskIcon: null,
msTileImage: null,
}
}
}