diff --git a/nuxt4/nuxt.config.ts b/nuxt4/nuxt.config.ts index 3467460..ef5782e 100644 --- a/nuxt4/nuxt.config.ts +++ b/nuxt4/nuxt.config.ts @@ -78,10 +78,7 @@ export default defineNuxtConfig({ runtimeCaching: [ { urlPattern: /^https:\/\/authentik\.nucleoriofrio\.com\/.*/i, - handler: 'NetworkOnly', - options: { - networkTimeoutSeconds: 10 - } + handler: 'NetworkOnly' } ] },