Files
plant-disease-id/vercel.json
2026-06-08 16:42:04 -04:00

25 lines
391 B
JSON

{
"framework": "nextjs",
"functions": {
"src/app/api/**/*.ts": {
"maxDuration": 30
}
},
"regions": ["iad1"],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
}
]
}
]
}