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( (
{/* Top hairline accent */}
{/* Wordmark */}
VYND R
{/* Tagline */}
The books have every advantage.
We built this to give it back.
{/* Feature row */}
PRE-GRADED PROPS · ARCHETYPES · PARLAY LAB · BUILT IN DETROIT
), { ...size }, ); }