ui-nyla/staticwebapp.config.json
ValueOn AG ff68307a39
Some checks failed
Deploy Nyla Frontend to Integration / deploy (push) Failing after 55s
fixes private model and udb scoping sources
2026-06-03 09:35:59 +02:00

23 lines
607 B
JSON

{
"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"
}
}