Vercel Route Rfresh 404: NOT_FOUNT
Create a vercel.json file in you project root directory.
Paste this code that give below:
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}
Now re-publish. And I hove it will be fixed.
promahbubul.hashnode.dev1 min read