codex-ai-platform / vercel.json
3v324v23's picture
chore: initial commit for huggingface spaces
6bb2fbe
raw
history blame contribute delete
171 Bytes
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api/index"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}