chore: adjusted for new vehicle thumbnails

This commit is contained in:
2024-07-08 21:35:22 +02:00
parent a6029da2cc
commit 231d36e877
17 changed files with 123 additions and 109 deletions
-13
View File
@@ -34,19 +34,6 @@ export default defineConfig({
}
}
},
{
urlPattern: /^https:\/\/static.spythere.eu\/.*/i,
handler: 'StaleWhileRevalidate',
options: {
cacheName: 'spythere-static-cache',
cacheableResponse: {
statuses: [0, 200]
},
expiration: {
maxEntries: 100
}
}
}
]
},
devOptions: {