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, + } ] } }