Skip to content

Commit

Permalink
The 404 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Nov 26, 2023
1 parent 1d578f0 commit 4939028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ const nextConfig = {
destination: '/',
permanent: true,
},
{
source: '/positions/certificates',
destination: '/certificates',
permanent: true,
},
]
},
}
Expand Down

1 comment on commit 4939028

@vercel
Copy link

@vercel vercel bot commented on 4939028 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio-website – ./apps/website

ddanailov.dev
portfolio-website-git-main-dimityrdanailov.vercel.app
portfolio-website-dimityrdanailov.vercel.app

Please sign in to comment.