wiki/staticwebapp.config.json
ValueOn AG 5fdb462528
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 1s
Sync: full codebase from GitHub wiki main
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 23:54:32 +02:00

9 lines
No EOL
202 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": ["/static/*", "/images/*", "/*.{png,jpg,gif,ico,json}"]
},
"mimeTypes": {
".json": "text/json"
}
}