You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use next/og instead of @vercel/og for ImageResponse
The @vercel/og module was failing to bundle correctly on Vercel's Node.js
runtime with error "Cannot find module index.node.js". Using Next.js's
built-in ImageResponse from next/og resolves this issue.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments