Intelex / frontend /vercel.json
yakub
Initial cloud-ready commit
b2b6341
Raw
History Blame Contribute Delete
180 Bytes
{
"version": 2,
"buildCommand": "npm run build",
"outputDirectory": "dist",
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "dest": "/index.html" }
]
}