Pages broken when deployed

FIX:

create a vercel.json file in the main directory and paste the code:

{
  "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}
3 Likes