docs: Remove redoc API generation (#7109)

This commit is contained in:
Michael Genson
2026-02-20 14:49:43 -06:00
committed by GitHub
parent 0c0d7d11a5
commit 29c6176d89
9 changed files with 3 additions and 125 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,