Skip to content

Commit

Permalink
Fix a batch of 4 old broken pages with redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Feb 12, 2024
1 parent c335283 commit cfd5b0e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ 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',
},
{
source: '/blog/video-aws-vault-intro',
destination: '/videos/video-aws-vault-intro',
permanent: true,
}
]
},
}
Expand Down

0 comments on commit cfd5b0e

Please sign in to comment.