Skip to content

Commit

Permalink
chore(frontend): rename infra project
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 12, 2024
1 parent 38c3b5e commit 91bbd0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ const nextConfig = {
destination: '/blog/full-stack-deploy-with-dokku',
permanent: true,
},
{
source: '/projects/infra',
destination: '/projects/config',
permanent: true,
},
{
source: '/blog/nextjs-ssr-notes',
destination: '/blog/next-js-ssr-notes',
Expand Down

0 comments on commit 91bbd0d

Please sign in to comment.