diff --git a/vite.config.js b/vite.config.js index 8221ad47..9bb73554 100644 --- a/vite.config.js +++ b/vite.config.js @@ -63,7 +63,7 @@ export default defineConfig(({ mode }) => { workbox: { maximumFileSizeToCacheInBytes: 10000000, skipWaiting: true, - globPatterns: ['**/*.{js,css,html,ico,png,svg}'] + globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2}'] } }) ],