import { ImageResponse } from 'next/og'; export const contentType = 'image/png'; export const size = { width: 192, height: 192, }; export default function Icon192() { return new ImageResponse( (
BT
) ); }