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