Fix Workbox configuration: remove networkTimeoutSeconds from NetworkOnly handler
This commit is contained in:
@@ -78,10 +78,7 @@ export default defineNuxtConfig({
|
|||||||
runtimeCaching: [
|
runtimeCaching: [
|
||||||
{
|
{
|
||||||
urlPattern: /^https:\/\/authentik\.nucleoriofrio\.com\/.*/i,
|
urlPattern: /^https:\/\/authentik\.nucleoriofrio\.com\/.*/i,
|
||||||
handler: 'NetworkOnly',
|
handler: 'NetworkOnly'
|
||||||
options: {
|
|
||||||
networkTimeoutSeconds: 10
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user