Vo-Huy-Khoa/hotel-cms-pern

Production Vercel React (Vite) application return 404 when refreshed

Opened this issue · 1 comments

Production Vercel React (Vite) application return 404 when refreshed

Create vercel.json

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