import { ImageResponse } from "next/og"; export const alt = "Fetcha — The web, accessible through one API."; export const size = { width: 1200, height: 630 }; export const contentType = "image/png"; /** Dynamic Open Graph image. System fonts only so it is edge-safe and has no font fetches. */ export default function OpenGraphImage() { return new ImageResponse( (