import { ImageResponse } from "next/og"; export const runtime = "edge"; // Image metadata export const alt = "Gatekeeper Infrastructure Protection"; export const size = { width: 1200, height: 630, }; export const contentType = "image/png"; export default async function Image() { const projectName = process.env.PROJECT_NAME || "MINTEL"; return new ImageResponse(