From 054c6a806762f10130e323acb269a3ab2ba02074 Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 19:08:27 -0500 Subject: [PATCH] Delete static web app route configuration --- staticwebapp.config.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/staticwebapp.config.json b/staticwebapp.config.json index f7ffefd..3eda71c 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -1,12 +1,5 @@ { "routes": [ - { - "route": "*", - "methods": [ - "get" - ], - "rewrite": "/" - }, { "route": "/about", "rewrite": "/"