Production Vercel React (Vite) application return 404 when refreshed
Opened this issue · 1 comments
Vo-Huy-Khoa commented
Production Vercel React (Vite) application return 404 when refreshed
Vo-Huy-Khoa commented
Create vercel.json
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}