Skip to content

Commit 117f4f2

Browse files
CopilotMrHinsh
andcommitted
Fix broken links with Azure Static Web Apps redirects
Co-authored-by: MrHinsh <[email protected]>
1 parent dbb6885 commit 117f4f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/staticwebapp.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"routes": [
3+
{
4+
"route": "/learn/azure-devops-migration-tools/*",
5+
"redirect": "/{*}"
6+
},
7+
{
8+
"route": "*/index.md",
9+
"redirect": "{*}/"
10+
}
11+
],
212
"responseOverrides": {
313
"404": {
414
"rewrite": "/404"

0 commit comments

Comments
 (0)