From 1fd46cabf5e7cb58a56fa0c97eaf75a0f5ed0845 Mon Sep 17 00:00:00 2001 From: Tobiloba Adedeji <96334363+tobySolutions@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:13:03 +0100 Subject: [PATCH] fix: docs link (#896) * chore: add projects to showcase * chore: checkout to new branch * feat/add-i18n-to-docs * fix: docs link * chore: fix discord invite link --- website/next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/next.config.mjs b/website/next.config.mjs index f5c4d2aa79..150d74b9ae 100644 --- a/website/next.config.mjs +++ b/website/next.config.mjs @@ -23,6 +23,11 @@ const nextConfig = { destination: '/docs/introduction', statusCode: 302, }, + { + source: '/chat', + destination: 'https://discord.gg/QezWCDeYfH', + statusCode: 302, + }, ]; }, };