Fix Workbox configuration: remove networkTimeoutSeconds from NetworkOnly handler

This commit is contained in:
2025-10-13 02:24:17 -06:00
parent 87ae5b95e6
commit 0a7c8d9cd0

View File

@@ -78,10 +78,7 @@ export default defineNuxtConfig({
runtimeCaching: [
{
urlPattern: /^https:\/\/authentik\.nucleoriofrio\.com\/.*/i,
handler: 'NetworkOnly',
options: {
networkTimeoutSeconds: 10
}
handler: 'NetworkOnly'
}
]
},