# Vercel Route Rfresh 404: NOT_FOUNT

* Create a `vercel.json` file in you project root directory.
    
* Paste this code that give below:
    

```json
{
   "rewrites":  [
       {"source": "/(.*)", "destination": "/"}
    ]
}
```

* Now re-publish. And I hove it will be fixed.
    

<iframe width="100%" height="500" src="https://www.youtube.com/embed/P1FUNHiiLMQ?si=O9hXm9qr_yHn2usU"></iframe>
