FIX:
create a vercel.json
file in the main directory and paste the code:
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}
FIX:
create a vercel.json
file in the main directory and paste the code:
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}