From 605d27d54617dad106d7b6bcd12883df8eb01ce6 Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 19:06:26 -0500 Subject: [PATCH] Update static web app route configuration --- staticwebapp.config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 staticwebapp.config.json diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..ccc9c04 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,11 @@ +{ + "routes": [ + { + "route": "*", + "methods": [ + "get" + ], + "rewrite": "/" + } + ] +} \ No newline at end of file