mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
5f7974a32d
Adds app/og/[...slug]/route.tsx for per-page social-share image generation, and a vercel.json with maxDuration: 60 on app/og/** so the Edge function has enough headroom to render OG cards.
8 lines
74 B
JSON
8 lines
74 B
JSON
{
|
|
"functions": {
|
|
"app/og/**": {
|
|
"maxDuration": 60
|
|
}
|
|
}
|
|
}
|