Skip to content

Commit

Permalink
Rewrite index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Oct 30, 2024
1 parent 2b28593 commit 842a34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"responseOverrides": {
"400": {
"rewrite": ""
"rewrite": "/index.html´"
},
"401": {
"redirect": "/",
"redirect": "/index.html",
"statusCode": 302
},
"403": {
"rewrite": "/"
"rewrite": "/index.html"
},
"404": {
"rewrite": "/"
"rewrite": "/index.html"
}
},
"globalHeaders": {
Expand Down

0 comments on commit 842a34d

Please sign in to comment.