import { renderIcon } from './render'; export const runtime = 'nodejs'; export const dynamic = 'force-static'; /** 192×192 PNG icon for the web app manifest. */ export function GET() { return renderIcon(192); }