deepfake-server / frontend /vercel.json
DevQueen's picture
Sync from GitHub via hub-sync
1dc2504 verified
Raw
History Blame Contribute Delete
476 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"installCommand": "npm install",
"rewrites": [
{
"source": "/predict",
"destination": "https://deepfake-server-hpuh.onrender.com/predict"
},
{
"source": "/health",
"destination": "https://deepfake-server-hpuh.onrender.com/health"
},
{
"source": "/outputs/:path*",
"destination": "https://deepfake-server-hpuh.onrender.com/outputs/:path*"
}
]
}