diff --git a/staticwebapp.config.json b/staticwebapp.config.json index d2dbb03..9937e81 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -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": {