From 1cafc918ecf7732d80838fabf02fd62eeb310de9 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sun, 24 Aug 2025 17:49:12 +0200 Subject: [PATCH] Update Slack URL in redirects configuration --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 2e240de0..4c6ff69c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -26,7 +26,7 @@ const nextConfig = { return [ { source: '/slack-url', - destination: 'https://join.slack.com/t/netbirdio/shared_invite/zt-36ckpgzva-_V4OFhWhDA8e2v_Fy6zR3w', + destination: 'https://join.slack.com/t/netbirdio/shared_invite/zt-3bwiowt0j-mbgdarjkfju_jOYpITZuOQ', permanent: false, }, {