Advertisement
tryller

Vercel fix reload with Vite

May 13th, 2024
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.07 KB | None | 0 0
  1. {
  2.   "rewrites": [
  3.     { "source": "/(.*)", "destination": "/" }
  4.   ]
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement