eolas / widget /vercel.json
rahulraj1406's picture
v0.4.0-alpha: cross-encoder reranking + eval harness with CI gate
310c2f8
Raw
History Blame Contribute Delete
519 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{ "source": "/", "destination": "/demo.html" }
],
"headers": [
{
"source": "/widget.js",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=600, must-revalidate" },
{ "key": "Access-Control-Allow-Origin", "value": "*" }
]
},
{
"source": "/demo.html",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=60, must-revalidate" }
]
}
]
}