import { ImageResponse } from '@vercel/og' export const config = { runtime: 'experimental-edge', } export default async function handler() { return new ImageResponse( (
👋 Hello 你好 नमस्ते こんにちは สวัสดีค่ะ 안녕 добрий день Hallá
), { width: 1200, height: 630, } ) }