Redirect 404 to homepage in Nextjs with dynamic routes
I am trying to redirect 404 pages to the homepage in Nextjs, but because of a rule in the next.config.js
it does not work. Every other 404 redirects to homepage, but anything under the /blog/
route goes to the default Nextjs Error page.