diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000000..18032d7683 --- /dev/null +++ b/vercel.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "redirects": [ + { + "source": "/", + "has": [ + { + "type": "host", + "value": "chat.npmx.dev" + } + ], + "destination": "https://discord.gg/NHwgTgAFVV" + } + ] +}