Files
Sam Julien 5f7974a32d feat(shell-docs): port Open Graph image route + vercel.json
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.
2026-05-06 15:32:32 -07:00

8 lines
74 B
JSON

{
"functions": {
"app/og/**": {
"maxDuration": 60
}
}
}