generative-ui-agent / vercel.json
Trae Assistant
chore: pull .gitattributes from huggingface
ad893f7
raw
history blame contribute delete
171 Bytes
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api/index"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}