diff --git a/next.config.mjs b/next.config.mjs index c4dd7a07..ec30a8e2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -19,6 +19,26 @@ const nextConfig = { destination: '/', permanent: true, }, + { + source: '/software/teatutor-deepdive', + destination: '/blog/teatutor-deepdive', + permanent: true, + }, + { + source: '/blog/video-reviewing-github-prs-in-terminal', + destination: '/videos/video-reviewing-github-prs-in-terminal', + permanent: true, + }, + { + source: '/blog/modern-deployment', + destination: '/blog/api-cicd-pulumi-github', + permanent: true, + }, + { + source: '/blog/video-aws-vault-intro', + destination: '/videos/video-aws-vault-intro', + permanent: true, + } ] }, }