diff --git a/nuxt.config.ts b/nuxt.config.ts index 5529719..c5f3d23 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -75,6 +75,7 @@ export default defineNuxtConfig({ globPatterns: ['**/*.{js,json,css,html,txt,svg,png,ico,webp,woff,woff2,ttf,eot,otf,wasm}'], navigateFallbackDenylist: [ /^\/pass/, // No caching on passes + /^\/cdn/, // No caching on CDN ], }, devOptions: {