DEV Community

Md Wahiduzzaman Emon
Md Wahiduzzaman Emon

Posted on

Answer: 404: NOT_FOUND on Vercel deployment

in the root create a file name- vercel.json

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

Top comments (0)