From 842a34d51a82a53c30a9bac83ef3f650c2bb3a16 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 30 Oct 2024 19:29:41 +0100 Subject: [PATCH] Rewrite index.html --- staticwebapp.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {