fix: Add telegram redirect

This commit is contained in:
Prad Nukala
2023-10-03 03:54:16 -04:00
parent 2cd46b606d
commit 4c261f07a8
+5
View File
@@ -32,6 +32,11 @@ const nextConfig = {
destination: 'https://cal.com/pradn', destination: 'https://cal.com/pradn',
permanent: true, permanent: true,
}, },
{
source: '/telegram',
destination: 'https://t.me/prnk28',
permanent: true,
}
] ]
} }
} }