export const ogImageSize = { width: 1200, height: 630 }; type OgImageContentProps = { visualSrc: string; }; /** Gemeinsames Layout für Open-Graph- und X/Twitter-Vorschauen. */ export function OgImageContent({ visualSrc }: OgImageContentProps) { return (