diff --git a/app/api/og/route.tsx b/app/api/og/route.tsx index b6076f3..c0ffd44 100644 --- a/app/api/og/route.tsx +++ b/app/api/og/route.tsx @@ -10,7 +10,7 @@ export async function GET(request: NextRequest) { const description = searchParams.get('description') || ''; const tags = searchParams.get('tags')?.split(',').slice(0, 3) || []; - return new ImageResponse( + const imageResponse = new ImageResponse( (