Update static web app route configuration
This commit is contained in:
11
staticwebapp.config.json
Normal file
11
staticwebapp.config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"route": "*",
|
||||
"methods": [
|
||||
"get"
|
||||
],
|
||||
"rewrite": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user