This repository has been archived on 2026-01-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Acad-IA/staticwebapp.config.json
Alejandro Rosales 8546b99035
Some checks failed
Deploy to Azure Static Web Apps / build-and-deploy (push) Failing after 2m36s
Add staticwebapp.config.json for navigation fallback configuration
2025-11-28 10:17:15 -06:00

15 lines
200 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": [
"/assets/*",
"/*.css",
"/*.js",
"/*.ico",
"/*.png",
"/*.jpg",
"/*.svg"
]
}
}