From 3b01218fe9535aa3d61f885c84410298d22bde6f Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 19:09:09 -0500 Subject: [PATCH] Update static web app route configuration --- staticwebapp.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/staticwebapp.config.json b/staticwebapp.config.json index 3eda71c..552725a 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -3,6 +3,10 @@ { "route": "/about", "rewrite": "/" + }, + { + "route": "/articles", + "redirect": "/" } ] } \ No newline at end of file