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( (
{/* subtle grid */}
{/* wordmark */}
fetcha
Intelligent web access infrastructure
The web, accessible through one API.
One endpoint. Smart routing across proxy networks, sticky sessions and geo targeting.
POST https://www.fetcha.co/v1/fetch
www.fetcha.co
), { ...size }, ); }