import { ImageResponse } from 'next/og'; import { getTranslations } from 'next-intl/server'; export const runtime = 'edge'; export default async function Image({ params: { locale } }: { params: { locale: string } }) { const t = await getTranslations({ locale, namespace: 'Index.meta' }); return new ImageResponse( (