From 1cdbeb9fcdb5c823da82f70a80d4e6901d6e894e Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 18 Aug 2026 20:52:53 +0200 Subject: [PATCH] fix: point the Discord link at the current invite URL The discord.gg/livepeer vanity URL no longer resolves to the Livepeer server, so the link now uses the current invite, https://discord.gg/55SZFEEH5y. Co-Authored-By: Claude Opus 5 (1M context) --- lib/constants.ts | 2 +- next.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.ts b/lib/constants.ts index 1636038..90c14eb 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -65,6 +65,6 @@ export const PORTAL_NAV_ITEMS = [ export const EXTERNAL_LINKS = { docs: "https://docs.livepeer.org", - discord: "https://discord.gg/livepeer", + discord: "https://discord.gg/55SZFEEH5y", github: "https://github.com/livepeer", } as const; diff --git a/next.config.ts b/next.config.ts index fea326e..4f79207 100644 --- a/next.config.ts +++ b/next.config.ts @@ -65,7 +65,7 @@ const nextConfig: NextConfig = { }, { source: "/community-hub", - destination: "https://discord.gg/livepeer", + destination: "https://discord.gg/55SZFEEH5y", permanent: false, }, {