import { ImageResponse } from 'next/og' // Image metadata export const size = { width: 516, height: 271, } export const contentType = 'image/png' export default async function Image() { return new ImageResponse( (