chore: vehicle images hotfixes

This commit is contained in:
2024-05-13 15:02:15 +02:00
parent 328e8c0573
commit eb5b94c9f6
3 changed files with 14 additions and 10 deletions
-8
View File
@@ -34,10 +34,6 @@ export default defineConfig({
handler: 'CacheFirst',
options: {
cacheName: 'swdr-images-cache',
expiration: {
maxEntries: 100,
maxAgeSeconds: 60 * 60 * 24 * 7 // <== 7 days
},
cacheableResponse: {
statuses: [0, 200, 404]
}
@@ -48,10 +44,6 @@ export default defineConfig({
handler: 'CacheFirst',
options: {
cacheName: 'spythere-images-cache',
expiration: {
maxEntries: 100,
maxAgeSeconds: 60 * 60 * 24 * 7 // <== 7 days
},
cacheableResponse: {
statuses: [0, 200]
}