import { ImageResponse } from 'next/og'; // Edge runtime — see opengraph-image.tsx: avoids the next/og fileURLToPath // crash during a Node-runtime prerender (notably on Windows builds). export const runtime = 'edge'; export const size = { width: 180, height: 180 }; export const contentType = 'image/png'; export default function AppleIcon() { return new ImageResponse(