added workbox config

This commit is contained in:
Mamalizz
2025-03-06 22:56:12 +03:30
parent 3005289bbd
commit 949530e33c
+2
View File
@@ -99,6 +99,8 @@ export default defineNuxtConfig({
}, },
workbox: { workbox: {
navigateFallback: "/", navigateFallback: "/",
clientsClaim: true,
skipWaiting: true,
}, },
devOptions: { enabled: true, type: "module" }, devOptions: { enabled: true, type: "module" },
}, },