add nav failback

This commit is contained in:
Ammar Qaffaf
2024-08-25 13:14:42 +03:00
parent 17fb3d34dd
commit 85bd738749
2 changed files with 7 additions and 2 deletions

5
staticwebapp.config.json Normal file
View File

@ -0,0 +1,5 @@
{
"navigationFallback": {
"rewrite": "/index.html"
}
}