Merge remote-tracking branch 'origin/main' into fix/gro-488-admin-login-redirect

This commit is contained in:
Flea Flicker
2026-04-05 21:26:34 +00:00
8 changed files with 119 additions and 35 deletions
+3
View File
@@ -40,6 +40,9 @@ export default defineConfig({
},
workbox: {
globPatterns: ["**/*.{js,css,html,ico,png,svg,woff2}"],
navigateFallbackDenylist: [
/^\/api\/auth\/oauth2\/callback\//,
],
runtimeCaching: [
{
urlPattern: /^http.*\/api\/.*/i,