AuthriX / frontend-react /vercel.json
Deepfake Authenticator
feat: split backend (HF) and frontend (Vercel)
1dfcfc7
raw
history blame contribute delete
167 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}