From 368b0981aa6fff881af3c3058d1d372968eac35f Mon Sep 17 00:00:00 2001 From: patak-dev Date: Sun, 25 Jan 2026 07:46:29 +0100 Subject: [PATCH] chore: redirect chat.npmx.dev --- vercel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vercel.json 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" + } + ] +}