Files
copilotkit__copilotkit/docs/vercel.json
2025-03-26 18:57:25 -07:00

23 lines
425 B
JSON

{
"functions": {
"app/og/**": {
"maxDuration": 60
}
},
"buildCommand": "next build",
"images": {
"sizes": [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
"domains": [
"github-production-user-asset-6210df.s3.amazonaws.com",
"fonts.gstatic.com",
"docs.copilotkit.ai"
],
"remotePatterns": [
{
"protocol": "https",
"hostname": "**"
}
]
}
}