import { ImageResponse } from "next/og"; // Generated Tenext favicon — replaces the framework's default icon. export const size = { width: 32, height: 32 }; export const contentType = "image/png"; export default function Icon() { return new ImageResponse( (
T
), { ...size } ); }