diff --git a/src/app/(blog)/post/[slug]/og/route.tsx b/src/app/(blog)/post/[slug]/og/route.tsx index fde37b95..9d9adb85 100644 --- a/src/app/(blog)/post/[slug]/og/route.tsx +++ b/src/app/(blog)/post/[slug]/og/route.tsx @@ -16,8 +16,6 @@ export async function GET( return NextResponse.json({ error: 'Post not found' }, { status: 404 }) } - console.log() - return new ImageResponse( (