import OpengraphImage from 'components/opengraph-image'; export const runtime = 'edge'; export default async function Image() { const title = process.env.SITE_NAME || 'Payload Store'; return await OpengraphImage({ title }); }