Skip to content

Commit 6fed09a

Browse files
authored
Fix: nodejs.org/about/* leads to 404 (#7432)
Signed-off-by: Lex Li <[email protected]>
1 parent c119197 commit 6fed09a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/site/redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"source": "/about",
9393
"destination": "/en/about"
9494
},
95+
{
96+
"source": "/about/:path*",
97+
"destination": "/en/about/:path*"
98+
},
9599
{
96100
"source": "/community",
97101
"destination": "/en/get-involved"

0 commit comments

Comments
 (0)