vercel.json → Add this file in root /

this is for handling refreshing issue in the routes

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