diff --git a/vite.config.js b/vite.config.js index 419bc93..11daf4c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -44,6 +44,7 @@ export default defineConfig({ workbox: { globPatterns: ["**/*.{js,css,html,woff2,woff,ttf,svg,eot}"], navigateFallbackDenylist: [/^\/(api|docs|manage|db)\/?/, /^\/_/, /^_/], + ignoreURLParametersMatching: [/^v$/], // cache busting ?v= for font-awesome }, }), ],