Skip to content

Commit

Permalink
Fix serialization of staticwebapp
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwildermuth committed Aug 1, 2022
1 parent 8fedb77 commit 79212f7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/redirection/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"routes": {
"route": "/*",
"redirect": "/",
"exclude": ["/*.{png,jpg,gif,css}"]
}
}
"routes": [
{
"route": "/*",
"redirect": "/",
"exclude": ["/*.{png,jpg,gif,css}"]
}
]
}

0 comments on commit 79212f7

Please sign in to comment.