next.js/test/e2e/deferred-entries/app/apple-icon.tsx
apple-icon.tsx13 lines242 B
import { ImageResponse } from 'next/og'

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

export const contentType = 'image/png'

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