// Renders the Open Graph image used on the home page export const width = 1200 export const height = 630 export function OpenGraphImage(props: { title: string }) { const { title } = props return (