From e2a9f68d22ba9dd07e31529ceccc9b2199a9d8d9 Mon Sep 17 00:00:00 2001 From: Valentin Dosimont Date: Thu, 5 Dec 2024 17:08:56 +0100 Subject: [PATCH] fix: og image dimension --- .../arkmarket/src/app/collection/[collectionAddress]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/arkmarket/src/app/collection/[collectionAddress]/page.tsx b/apps/arkmarket/src/app/collection/[collectionAddress]/page.tsx index 62eaca9b..ea2f2ff4 100644 --- a/apps/arkmarket/src/app/collection/[collectionAddress]/page.tsx +++ b/apps/arkmarket/src/app/collection/[collectionAddress]/page.tsx @@ -26,8 +26,8 @@ export async function generateMetadata({ images: [ { url: `https://market.realms.world/og/eternum-season-pass.png`, - height: 1362, - width: 1362, + height: 630, + width: 1200, }, ], },