SolidScribe/client/vue.config.js

13 lines
180 B
JavaScript
Raw Normal View History

2020-10-04 23:46:13 -07:00
module.exports = {
pwa: {
name: 'SolidScribe',
iconPaths: {
favicon32: null,
favicon16: null,
appleTouchIcon: null,
maskIcon: null,
msTileImage: null,
}
}
}