Skip to content

Commit 2ff9d3e

Browse files
authored
fix(redirects): don't prefix /docs (#8095)
* fix(redirects): don't prefix `/docs` Signed-off-by: Aviv Keller <[email protected]> * fixup! Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: Aviv Keller <[email protected]>
1 parent 660f38f commit 2ff9d3e

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": "/en/docs/:path*"
109+
"destination": "/docs/:path*"
110110
},
111111
{
112112
"source": "/blog/:path*",
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"source": "/:locale/documentation/:path*",
129-
"destination": "/:locale/docs/:path*"
129+
"destination": "/docs/:path*"
130130
},
131131
{
132132
"source": "/(atom|feed|rss).xml",

0 commit comments

Comments
 (0)