Fix Workbox configuration: remove networkTimeoutSeconds from NetworkOnly handler
All checks were successful
build-and-deploy / build (push) Successful in 52s
build-and-deploy / deploy (push) Successful in 3s

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'
}
]
},