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