Skip to content

Commit

Permalink
adding azure staticwebapp.config.json with navigationFallback rule to…
Browse files Browse the repository at this point in the history
… overcome 404 error on routes not matching a file
  • Loading branch information
jordanperr committed Feb 1, 2024
1 parent 3f311b7 commit a2e967e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"navigationFallback": {
"rewrite": "/index.html"
}
}

0 comments on commit a2e967e

Please sign in to comment.