Skip to content

Commit 8cf3bf5

Browse files
authored
Revert "fix(redirects): don't prefix /docs (#8095)"
This reverts commit 2ff9d3e.
1 parent 2ff9d3e commit 8cf3bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/redirects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"source": "/documentation/:path*",
109-
"destination": "/docs/:path*"
109+
"destination": "/en/docs/:path*"
110110
},
111111
{
112112
"source": "/blog/:path*",
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"source": "/:locale/documentation/:path*",
129-
"destination": "/docs/:path*"
129+
"destination": "/:locale/docs/:path*"
130130
},
131131
{
132132
"source": "/(atom|feed|rss).xml",

0 commit comments

Comments
 (0)