chore: changed pwa cache settings

This commit is contained in:
2025-04-15 21:17:45 +02:00
parent 82d051a7a4
commit ee552d65ec
+1 -1
View File
@@ -34,7 +34,7 @@ export default defineConfig({
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: /^https:\/\/.*\.spythere\.eu\/.*/i, urlPattern: /^https:\/\/.*\.spythere\.eu\/.*/i,
handler: 'StaleWhileRevalidate', handler: 'NetworkFirst',
options: { cacheName: 'spythere-cache' }, options: { cacheName: 'spythere-cache' },
}, },
], ],