From 55dfe85afd13fbb8575d6c0429f9744d122eba7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 22 May 2022 10:32:28 +0200 Subject: [PATCH] add 404 route --- staticwebapp.config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 staticwebapp.config.json diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..f31e9e8 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,7 @@ +{ + "responseOverrides": { + "404": { + "rewrite": "/404.html" + } + } + } \ No newline at end of file