Skip to content

Commit 16a3f0d

Browse files
committed
Improve caching webfont
1 parent ca5a27d commit 16a3f0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineConfig(({ mode }) => {
4242
],
4343
},
4444
workbox: {
45+
ignoreURLParametersMatching: [/^v$/],
4546
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],
4647
cleanupOutdatedCaches: true,
4748
}

0 commit comments

Comments
 (0)