chore: config fix

This commit is contained in:
2024-05-13 15:57:49 +02:00
parent 640c5e262b
commit 454ae138f7
+1 -1
View File
@@ -34,7 +34,7 @@ export default defineConfig({
maxAgeSeconds: 60 * 60 * 24, // <== 1 day
},
cacheableResponse: {
statuses: [200, 404],
statuses: [200],
},
},
},