Add staticwebapp.config.json for navigation fallback configuration

This commit is contained in:
2025-11-28 10:09:28 -06:00
parent 76170421aa
commit e3c1a0ce2b

14
staticwebapp.config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": [
"/assets/*",
"/*.css",
"/*.js",
"/*.ico",
"/*.png",
"/*.jpg",
"/*.svg"
]
}
}