Gateprep / frontend /vercel.json
Banuprasad B
Update vercel.json
0e36781 unverified
Raw
History Blame Contribute Delete
241 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{ "source": "/api/:path*", "destination": "/api/proxy?path=:path*" },
{ "source": "/(.*)", "destination": "/index.html" }
]
}