import {ImageResponse} from 'next/og'; export async function GET() { return new ImageResponse( (
Dennis Konkol | Portfolio

Hi, I’m Dennis

Student & Software Engineer

Based in Osnabrück, Germany

Passionate about technology, coding, and solving real-world problems.

{/* eslint-disable-next-line @next/next/no-img-element */} Image of Dennis
), { width: 1200, height: 630, } ); }