Vercel Route Rfresh 404: NOT_FOUNT

Hi, I am Full Stack Developer. I can build web application, android application, desktop application. My core programming language is JavaScript.
Create a
vercel.jsonfile in you project root directory.Paste this code that give below:
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}
- Now re-publish. And I hove it will be fixed.

