Skip to content

Commit d2e9acd

Browse files
authored
Revert "fix(redirects): don't prefix /docs" (#8097)
1 parent 2ff9d3e commit d2e9acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)