chore: pwa caching fixes

This commit is contained in:
2024-05-13 15:51:48 +02:00
parent de0a8520f3
commit 7416d7d59f
+1 -1
View File
@@ -34,7 +34,7 @@ export default defineConfig({
maxAgeSeconds: 60 * 60 * 24, // <== 1 day
},
cacheableResponse: {
statuses: [0, 200, 404],
statuses: [200, 404],
},
},
},