book / vercel.json
Ammar Ahmed Khan
Add Physical AI Humanoid Book Platform
e2eff86
{
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "build"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}