/** * Dynamic favicon. Renders the brand mark (α) on the dark brand background. * * Next.js auto-discovers this file and wires it into the page
as * for every route. No static asset needed in /public. * * For larger PWA install icons (192/512), see app/apple-icon.tsx and the * manifest.ts entries that reference them. */ import { ImageResponse } from 'next/og' export const runtime = 'edge' export const size = { width: 64, height: 64 } export const contentType = 'image/png' export default function Icon() { return new ImageResponse( (