hotfix: caching

This commit is contained in:
2024-05-31 20:26:35 +02:00
parent 32d5f0269b
commit 86ba9112de
+1 -1
View File
@@ -29,7 +29,7 @@ export default defineConfig({
runtimeCaching: [
{
urlPattern: /^https:\/\/.*\.spythere\.eu\/.*/i,
handler: 'CacheFirst',
handler: 'StaleWhileRevalidate',
options: {
cacheName: 'spythere-cache',
},