From 4c261f07a8332ec0ac67a7d1af20b3d441d72240 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 3 Oct 2023 03:54:16 -0400 Subject: [PATCH] fix: Add telegram redirect --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 3f3a342..faedd4f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -32,6 +32,11 @@ const nextConfig = { destination: 'https://cal.com/pradn', permanent: true, }, + { + source: '/telegram', + destination: 'https://t.me/prnk28', + permanent: true, + } ] } }