mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 09:51:41 +00:00
chore: update projects
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user