Skip to content

Commit

Permalink
Update pwa config
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekiwaniuk committed Nov 3, 2024
1 parent 33598a0 commit be765ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ export default defineNuxtConfig({
registerType: 'autoUpdate',
includeAssets: [],
manifest: false,
workbox: undefined,
workbox: {
cleanupOutdatedCaches: true,
clientsClaim: true,
skipWaiting: true,
runtimeCaching: [],
},
devOptions: {
enabled: false,
},
Expand Down

0 comments on commit be765ea

Please sign in to comment.