import { ImageResponse } from 'next/og' import { BrandBadge } from '@/lib/ogImage' export const size = { width: 180, height: 180 } export const contentType = 'image/png' // iOS masks apple-touch-icon into a rounded square over a solid background — // unlike the browser favicon, this can't be a badge floating on transparency. export default function AppleIcon() { return new ImageResponse( (