From 383c93eca625d269c1826859fcd148d738d543f2 Mon Sep 17 00:00:00 2001 From: eeseung Date: Thu, 28 Mar 2024 01:39:33 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Metadata=20images=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 21f3b9f7..5b45921b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,7 +23,7 @@ export const metadata: Metadata = { locale: 'ko_KR', type: 'website', images: [ - 'https://team-10-bucket.s3.ap-northeast-2.amazonaws.com/linkhub-og-image.png', + 'https://linkhub-s3.s3.ap-northeast-2.amazonaws.com/linkhub-og-image.png', ], }, }