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