Skip to content

Commit c4776e5

Browse files
chore: add i18n redirect (#2290)
Co-authored-by: cylewaitforit <cyle@cylewaitfor.it>
1 parent c451765 commit c4776e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@
9191
}
9292
],
9393
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE"
94+
},
95+
{
96+
"source": "/(.*)",
97+
"has": [
98+
{
99+
"type": "host",
100+
"value": "i18n.npmx.dev"
101+
}
102+
],
103+
"destination": "https://main.npmx.dev/translation-status"
94104
}
95105
]
96106
}

0 commit comments

Comments
 (0)