added vercel.json to vite

This commit is contained in:
John Yeo
2025-03-13 13:59:50 +08:00
parent 05a1872997
commit e07bdb8765

3
vite/vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}