{ "navigationFallback": { "rewrite": "/index.html", "exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*", "/*.{ico,svg,woff,woff2,ttf,eot}"] }, "mimeTypes": { ".json": "text/json" }, "globalHeaders": { "Cache-Control": "no-cache" }, "routes": [ { "route": "/api/*", "allowedRoles": ["anonymous"] } ] }