master: change repo
This commit is contained in:
11
vue.config.js
Normal file
11
vue.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
pwa: {
|
||||
themeColor: '#3f4fa6',
|
||||
msTileColor: '#3f4fa6',
|
||||
workboxOptions: {
|
||||
skipWaiting: true,
|
||||
clientsClaim: true
|
||||
},
|
||||
name: 'Vaquant'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user