next.js/test/e2e/app-dir/metadata-static-file/app/api/apple-icon.tsx
apple-icon.tsx13 lines209 B
import { ImageResponse } from 'next/og'

export const size = {
  width: 32,
  height: 32,
}

export const contentType = 'image/png'

export default function Icon() {
  return new ImageResponse(<div>A</div>)
}
Quest for Codev2.0.0
/
SIGN IN