From 6b467d425f6024742be0a9ca48d5bf6395740c10 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sat, 15 Mar 2025 18:39:20 +0100 Subject: [PATCH] docs: replace temporary Discord invite URL with permanent URL This commit updates the Discord invite URL from a temporary (expiring) link to a fixed (permanent) one to ensure long-term accessibility. --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index f65a5408..712a842c 100644 --- a/next.config.js +++ b/next.config.js @@ -211,7 +211,7 @@ module.exports = withPlugins([ }, { source: "/discord", - destination: "https://discord.gg/VGSkNK8AA6", + destination: "https://discord.gg/livepeer", permanent: false, } ];