Skip to content

Commit

Permalink
fix: ignore swagger path
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 6, 2024
1 parent a3bbd7b commit 591d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineConfig({
clientsClaim: true,
skipWaiting: true,
cleanupOutdatedCaches: true,
navigateFallbackDenylist: [/^\/dashboard/],
navigateFallbackDenylist: [/^\/dashboard/, /^\/swagger/],
runtimeCaching: [
{
urlPattern: /^https:\/\/fonts\.googleapis\.com\/.*/i,
Expand Down

0 comments on commit 591d82b

Please sign in to comment.