main
GET
export const GET: APIRoute = async () => { const icons = await Promise.all( faviconPngSizes.map(async (size) => { const image = await getImage({ src: favicon,