From ee7256811b7f36e9b3dc6d02a05a65669bc00bff Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 29 Oct 2024 18:31:50 +0100 Subject: [PATCH] Try setting the fallback to 404.html --- staticwebapp.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticwebapp.config.json b/staticwebapp.config.json index d8cd546..a6b0876 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -8,7 +8,7 @@ } ], "navigationFallback": { - "rewrite": "index.html", + "rewrite": "404.html", "exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*", "/fonts/*"] }, "responseOverrides": {