We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee169e commit 57fe076Copy full SHA for 57fe076
nuxt.config.ts
@@ -45,6 +45,8 @@ export default defineNuxtConfig({
45
],
46
},
47
workbox: {
48
+ skipWaiting: true,
49
+ clientsClaim: true,
50
navigateFallback: '/index.html',
51
globPatterns: ['**/*.{js,css,html,png,svg,ico,woff2}'],
52
globIgnores: ['**/*.worker-*.js'],
0 commit comments