From 5a21a9133b25918b10c0f42d5b972627c49a5a32 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Thu, 28 Dec 2023 14:01:40 -0800 Subject: [PATCH] fix: readjust og h/w --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 262c40a..c72c32a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,8 +20,8 @@ export const metadata: Metadata = { images: [ { url: "/open-graph.png", - width: 800, - height: 600, + width: 1728, + height: 868, }, ], locale: "en_US",