diff --git a/src/app/api/og/route.tsx b/src/app/api/og/route.tsx index 831e29f..1913bba 100644 --- a/src/app/api/og/route.tsx +++ b/src/app/api/og/route.tsx @@ -21,33 +21,33 @@ export async function GET(props: NextRequest) { (
og -
- +
+ {title?.toString()} - {description?.toString()} -
+ {description?.toString()} +
- + {author?.toString()}
{images ? ( ), { - width: 1200, - height: 630, + width: 1200 / 2, + height: 630 / 2, }, ); }