Added vue config
This commit is contained in:
parent
02899b3b75
commit
4e93bf23fb
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