{ "rewrites": [ { "source": "/__debug_proxy", "destination": "/__debug_proxy.html" }, { "source": "/__debug_proxy/:path*", "destination": "/__debug_proxy.html" }, { "source": "/((?!assets|vendor|locales/).*)", "destination": "/index.html" } ], "headers": [ { "source": "/vendor/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=604800, immutable" }, { "key": "CDN-Cache-Control", "value": "max-age=604800" }, { "key": "Vercel-CDN-Cache-Control", "value": "max-age=604800" }, { "key": "Cloudflare-CDN-Cache-Control", "value": "max-age=604800" } ] }, { "source": "/assets/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=604800, immutable" }, { "key": "CDN-Cache-Control", "value": "max-age=604800" }, { "key": "Vercel-CDN-Cache-Control", "value": "max-age=604800" }, { "key": "Cloudflare-CDN-Cache-Control", "value": "max-age=604800" } ] } ] }