diff --git a/vercel.json b/vercel.json index 7203a34936..351f0d4bf9 100644 --- a/vercel.json +++ b/vercel.json @@ -91,6 +91,16 @@ } ], "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE" + }, + { + "source": "/(.*)", + "has": [ + { + "type": "host", + "value": "i18n.npmx.dev" + } + ], + "destination": "https://main.npmx.dev/translation-status" } ] }