chore: updated networking settings

This commit is contained in:
2025-04-14 19:22:40 +02:00
parent c5e53057eb
commit be55bac9fe
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default defineConfig({
{
urlPattern:
/^https:\/\/stacjownik.spythere.eu\/api\/(getVehicles|getDonators|getSceneries)/i,
handler: 'StaleWhileRevalidate',
handler: 'NetworkFirst',
options: {
cacheName: 'stacjownik-api-cache',
cacheableResponse: { statuses: [0, 200] }