import { ImageResponse } from 'next/og'; // Self-hosted standalone build → Node runtime (NOT edge). next/og renders fine // under Node; edge runtime isn't available outside Vercel's edge platform. export const alt = "VYNDR — The edge the books don't want you to have"; export const size = { width: 1200, height: 630 }; export const contentType = 'image/png'; export default function Image() { return new ImageResponse( (