diff --git a/next.config.mjs b/next.config.mjs index 1b16b88..e511a23 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,9 +5,29 @@ const nextConfig = { { source: '/monitoring', destination: 'https://Pradumnasaraf.github.io/Monitoring', - permanent: true, // Permanent redirect (301) + permanent: true, }, - ]; + { + source: '/newsletter', + destination: 'https://pradumnasaa.substack.com', + permanent: true, + }, + { + source: '/cv', + destination: 'https://www.canva.com/design/DAF_kKnj9WI/IT8NdwVQlzRK3DaMmXm18A/edit?utm_content=DAF_kKnj9WI&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton', + permanent: true, + }, + { + source: '/resume', + destination: 'https://www.canva.com/design/DAF_kKnj9WI/IT8NdwVQlzRK3DaMmXm18A/edit?utm_content=DAF_kKnj9WI&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton', + permanent: true, + }, + { + source: '/blog', + destination: 'https://blog.pradumnasaraf.dev', + permanent: true, + } + ] }, };