import { ImageResponse } from "next/og"; export const runtime = "edge"; export const alt = "Highland Games Studio — Where summits become worlds"; export const size = { width: 1200, height: 630 }; export const contentType = "image/png"; export default async function OpengraphImage() { return new ImageResponse( (
— HIGHLAND GAMES STUDIO
WHERE SUMMITS BECOME WORLDS.
Indie survival adventures.
), { ...size } ); }