diff --git a/vite.config.ts b/vite.config.ts index 9430e20..4945b75 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -37,7 +37,8 @@ export default defineConfig({ }, workbox: { sourcemap: true, - cleanupOutdatedCaches: true + cleanupOutdatedCaches: true, + globPatterns: ['**/*.{js,css,ico,png,svg}'], } }) ],