carepath-api / scribe /frontend /vercel.json
tranth3truong's picture
Deploy public Scribe-only CarePath Space
cc678b9
Raw
History Blame Contribute Delete
409 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "vite",
"buildCommand": "npm run validate:deploy && npm run build",
"outputDirectory": "dist",
"rewrites": [
{ "source": "/ghi-chep-lam-sang", "destination": "/index.html" },
{ "source": "/ghi-chep-lam-sang/", "destination": "/index.html" },
{ "source": "/ghi-chep-lam-sang/:path*", "destination": "/index.html" }
]
}