From bf20391e3d690150a655c3a742a56942b4578fc9 Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 19:07:50 -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 ccc9c04..f7ffefd 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -6,6 +6,10 @@ "get" ], "rewrite": "/" + }, + { + "route": "/about", + "rewrite": "/" } ] } \ No newline at end of file