{ "navigationFallback": { "rewrite": "/index.html", "exclude": ["/assets/*", "/static/*", "/images/*", "/*.{png,jpg,jpeg,gif,svg,ico,webp,json,js,css,map,woff,woff2,ttf}"] }, "routes": [ { "route": "/assets/*", "headers": { "Cache-Control": "public, max-age=31536000, immutable" } }, { "route": "/*", "headers": { "Cache-Control": "no-cache, no-store, must-revalidate" } } ], "mimeTypes": { ".json": "application/json" } }