fix: OIDC caching (#7009)

This commit is contained in:
Michael Genson
2026-02-04 14:03:40 -06:00
committed by GitHub
parent 49f1e76776
commit 6110200a04

View File

@@ -219,6 +219,7 @@ export default defineNuxtConfig({
},
workbox: {
navigateFallback: "/",
navigateFallbackAllowlist: [/^(?!\/api)/],
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
globIgnores: ["404.html", "200.html"],
cleanupOutdatedCaches: true,