Skip to content

Commit

Permalink
Added a directive to azure to always redirect missing trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed Jun 28, 2024
1 parent f7159cb commit 17f7be8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"platform": {
"apiRuntime": "node:18"
}
"apiRuntime": "node:18",
},
"trailingSlash": "always"
}

0 comments on commit 17f7be8

Please sign in to comment.