SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%
263 B · 10 lines tsx
Raw Blame History
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