From 64a5bac02c9c3e0709a70a8a5fb1ab8d6f09d22c Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 19:19:13 -0500 Subject: [PATCH] Update static web app route configuration --- staticwebapp.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticwebapp.config.json b/staticwebapp.config.json index 552725a..a98bfd8 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -6,7 +6,7 @@ }, { "route": "/articles", - "redirect": "/" + "rewrite": "/" } ] } \ No newline at end of file