From bfbb920a545ee57dbf2772e9210a12a89ea7aae6 Mon Sep 17 00:00:00 2001 From: patak-dev Date: Sun, 1 Mar 2026 06:47:58 +0100 Subject: [PATCH 1/3] feat: help.npmx.dev --- vercel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vercel.json b/vercel.json index a728386252..0abe1b2432 100644 --- a/vercel.json +++ b/vercel.json @@ -12,6 +12,16 @@ ], "destination": "https://discord.gg/x9KE5U2q8w" }, + { + "source": "/(.*)", + "has": [ + { + "type": "host", + "value": "help.npmx.dev" + } + ], + "destination": "https://discord.gg/CjZM5qRbCu" + }, { "source": "/(.*)", "has": [ From 458d09c114ae180dd19fdf123b9628fead7c1bf9 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-cat@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:23:19 +0100 Subject: [PATCH 2/3] chore: community.npmx.dev --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 0abe1b2432..b3144774ca 100644 --- a/vercel.json +++ b/vercel.json @@ -17,7 +17,7 @@ "has": [ { "type": "host", - "value": "help.npmx.dev" + "value": "community.npmx.dev" } ], "destination": "https://discord.gg/CjZM5qRbCu" From 94058c63d48cc2b7e3ae6b86074f3b7c776e4925 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-cat@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:47:53 +0100 Subject: [PATCH 3/3] chore: build. / chat. --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index b3144774ca..7203a34936 100644 --- a/vercel.json +++ b/vercel.json @@ -7,7 +7,7 @@ "has": [ { "type": "host", - "value": "chat.npmx.dev" + "value": "build.npmx.dev" } ], "destination": "https://discord.gg/x9KE5U2q8w" @@ -17,7 +17,7 @@ "has": [ { "type": "host", - "value": "community.npmx.dev" + "value": "chat.npmx.dev" } ], "destination": "https://discord.gg/CjZM5qRbCu"