deep-researcher / vercel.json
Amiel's picture
Upload folder using huggingface_hub
676fc08 verified
raw
history blame contribute delete
393 Bytes
{
"github": {
"silent": true
},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}