Skip to content

Commit

Permalink
pref(pwa): change registerType
Browse files Browse the repository at this point in the history
Signed-off-by: 67au <oyy6745@gmail.com>
  • Loading branch information
67au committed Sep 9, 2024
1 parent 8287fea commit cd1d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig(({ mode }) => {
plugins: [
vue(),
VitePWA({
registerType: 'autoUpdate',
registerType: 'prompt',
manifest: {
name: 'Yet Another Codex for Orna',
short_name: 'Codex YACO',
Expand Down

0 comments on commit cd1d885

Please sign in to comment.