Added vue config
This commit is contained in:
parent
e5adaefa0e
commit
941d21d9cb
13
client/vue.config.js
Normal file
13
client/vue.config.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
module.exports = {
|
||||||
|
pwa: {
|
||||||
|
name: 'SolidScribe',
|
||||||
|
iconPaths: {
|
||||||
|
favicon32: null,
|
||||||
|
favicon16: null,
|
||||||
|
appleTouchIcon: null,
|
||||||
|
maskIcon: null,
|
||||||
|
msTileImage: null,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user