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