next.js/test/integration/telemetry/pages/api/og.jsx
og.jsx10 lines194 B
import { ImageResponse } from '@vercel/og'

export default async () => {
  return new ImageResponse(<div tw="w-full h-full text-5xl">hello</div>)
}

export const config = {
  runtime: 'edge',
}
Quest for Codev2.0.0
/
SIGN IN