chore: update projects

This commit is contained in:
Prad Nukala
2023-09-10 12:46:17 -04:00
parent 7d0373ccc3
commit 97eb105ce1
5 changed files with 50 additions and 7 deletions
+29
View File
@@ -5,6 +5,35 @@ import remarkGfm from 'remark-gfm'
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
redirects: async () => {
return [
{
source: '/twitter',
destination: 'https://twitter.com/thisisprad',
permanent: true,
},
{
source: '/github',
destination: 'https://github.com/prnk28',
permanent: true,
},
{
source: '/linkedin',
destination: 'https://www.linkedin.com/in/pradn/',
permanent: true,
},
{
source: '/medium',
destination: 'https://medium.com/@prnk28',
permanent: true,
},
{
source: '/cal',
destination: 'https://cal.com/pradn',
permanent: true,
},
]
}
}
const withMDX = nextMDX({