mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-17 21:33:10 -05:00
fix: Exclude docs/redoc from (#7082)
This commit is contained in:
@@ -219,7 +219,7 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
navigateFallback: "/",
|
navigateFallback: "/",
|
||||||
navigateFallbackAllowlist: [/^(?!\/api)/],
|
navigateFallbackAllowlist: [/^(?!\/api|\/docs|\/redoc)/],
|
||||||
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
|
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
|
||||||
globIgnores: ["404.html", "200.html"],
|
globIgnores: ["404.html", "200.html"],
|
||||||
cleanupOutdatedCaches: true,
|
cleanupOutdatedCaches: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user