kronector / frontend /vercel.json
Prathamesh Bhamare
fix: add vercel.json for static HTML deployment
f6c73c2
Raw
History Blame Contribute Delete
147 Bytes
{
"buildCommand": null,
"outputDirectory": ".",
"framework": null,
"rewrites": [
{ "source": "/", "destination": "/index.html" }
]
}