Vertinext/packages/docs/vercel.json

8 lines
97 B
JSON

{
"rewrites": [
{
"source": "/vt/(.*)",
"destination": "/api/proxy"
}
]
}