Add a vercel.json File Create a vercel.json file in the root of your project with the following content:
{ "rewrites": [ { "source": "/(.*)", "destination": "/" } ] }