vercel.json
this is for handling refreshing issue in the routes
{ "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }