Skip to content

Commit

Permalink
fix: 修复 PWA 名字
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylususu committed Sep 3, 2022
1 parent dadf896 commit d978058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ module.exports = defineConfig({
compositionOnly: false,
fullInstall: true,
},
pwa: {
workboxPluginMode: 'GenerateSW',
name: 'Gojuon Quiz',
}
},

pwa: {
name: 'Gojuon Quiz',
}
})

0 comments on commit d978058

Please sign in to comment.