Merge pull request #33 from Spythere/development

hotfix: caching
This commit is contained in:
Spythere
2024-05-31 20:27:56 +02:00
committed by GitHub
+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',
},