gitpilot / frontend /vercel.json
github-actions[bot]
Deploy from 53884f28
6078519
Raw
History Blame Contribute Delete
80 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}