Make a vercel.json file in root folder for missing routes and write this code:
{ "rewrites": [{ "source": "/(.*)", "destination": "/" }] }