Skip to content

Commit

Permalink
更新 vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
racns committed Aug 20, 2021
1 parent 153cb10 commit 9edd4a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ module.exports = {
parallel: require('os').cpus().length > 1,
// 向 PWA 插件传递选项。
pwa: {
// iconPaths: {
// favicon64: 'favicon.ico',
// favicon32: 'favicon.ico',
// favicon16: 'favicon.ico',
// appleTouchIcon: 'favicon.ico',
// maskIcon: 'favicon.ico',
// msTileImage: 'favicon.ico'
// },
iconPaths: {
favicon64: 'favicon.ico',
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
},
themeColor: '#727cf5'
},
chainWebpack: config => {
Expand Down

0 comments on commit 9edd4a7

Please sign in to comment.