Skip to content

Commit b0feb33

Browse files
committed
Improve caching webfont
1 parent ca5a27d commit b0feb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineConfig(({ mode }) => {
4242
],
4343
},
4444
workbox: {
45-
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],
45+
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2,wasm}'],
4646
cleanupOutdatedCaches: true,
4747
}
4848
}),

0 commit comments

Comments
 (0)