We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491313b commit 8a8f0f2Copy full SHA for 8a8f0f2
1 file changed
vite.config.ts
@@ -58,8 +58,9 @@ export default defineConfig({
58
],
59
},
60
workbox: {
61
- globPatterns: ['**/*.{js,css,html,ico,png,svg,json}'],
+ globPatterns: ['**/*.{js,css,html,ico,png,svg,json,xml}'],
62
globIgnores: ['**/site-version.json'],
63
+ navigateFallbackDenylist: [/\.xml$/],
64
maximumFileSizeToCacheInBytes: 4000000, // 4MB to allow React/UI vendor chunks
65
runtimeCaching: [
66
{
0 commit comments