Custom error pages in Next.js
There is always that moment a user ends up on a page that doesn't exist.
So let's see how we can make these pages stand out more by adding our pages for each error page.
Creating a 404 page in Next.js
Let's start with the most common one, the 404 pag...
h.daily-dev-tips.com2 min read