hey, my app runs fine locally but if deployed to vercel I am getting 404 when I click a link routed to '/'. All other routes are working!
My folder structure is highly dynamic, fetching all pages from contentful and prerendering it. I grouped two static routes with the dynamic into a main group, see below...
Any idea why I this is happening?