From d2bfc5da5d279137c9d033f54662197f0468e8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sun, 21 Jul 2024 11:50:20 +0200 Subject: [PATCH] fix: fix discord link --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 00aeb73..0327505 100644 --- a/next.config.js +++ b/next.config.js @@ -16,7 +16,7 @@ const nextConfig = { }, { source: "/discord", - destination: "https://argos-ci.com/discord", + destination: "https://discord.gg/WjzGrQGS4A", permanent: false, }, ];