Skip to content

Commit 45ee59d

Browse files
Update static web app route configuration
1 parent b32340b commit 45ee59d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

staticwebapp.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"routes": [
3+
{
4+
"route": "/",
5+
"methods": [
6+
"get"
7+
],
8+
"rewrite": "/",
9+
"redirect": "/"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)