import { ImageResponse } from "next/og"; export default async function Image() { return new ImageResponse( (
WIBU APP

Comprehensive Dock for Wibu web app.

), { width: 1200, height: 630 } ); } // wibu:1.0.87