Remove workbox entry

This commit is contained in:
Jon Staab
2024-10-22 17:22:43 -07:00
parent 88c634edbd
commit c5d6e4f2d5

View File

@@ -26,9 +26,6 @@ export default defineConfig({
SvelteKitPWA({
registerType: "autoUpdate",
injectRegister: "auto",
workbox: {
maximumFileSizeToCacheInBytes: 5 * 1024 ** 2, // 5 MB or set to something else
},
manifest: {
name: name,
short_name: name,