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, }, {