From f22aa6335028894cd18ab895f15fdcc25de25383 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 25 Mar 2026 09:46:29 -0400 Subject: [PATCH] Update Discord invite link to new community server Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/marketing/astro.config.mjs | 2 +- apps/marketing/vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/marketing/astro.config.mjs b/apps/marketing/astro.config.mjs index 7984f6db3..94098ac82 100644 --- a/apps/marketing/astro.config.mjs +++ b/apps/marketing/astro.config.mjs @@ -8,7 +8,7 @@ export default defineConfig({ "/discord": { status: 302, destination: - "https://discord.gg/KE6w49Vg", + "https://discord.gg/PxwJ8DQHNE", }, "/docs": { status: 302, diff --git a/apps/marketing/vercel.json b/apps/marketing/vercel.json index 034a94f62..721251df1 100644 --- a/apps/marketing/vercel.json +++ b/apps/marketing/vercel.json @@ -3,7 +3,7 @@ "redirects": [ { "source": "/discord", - "destination": "https://discord.gg/KE6w49Vg", + "destination": "https://discord.gg/PxwJ8DQHNE", "statusCode": 302 }, {