remove redoc references

This commit is contained in:
Michael Genson
2026-02-20 18:39:47 +00:00
parent 36a4bd863d
commit d915baa17f
6 changed files with 2 additions and 12 deletions

View File

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