From 274a06e1708564f8c5272270deb3e13ab963f4fd Mon Sep 17 00:00:00 2001 From: eunhak Date: Tue, 15 Oct 2024 20:59:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20seo=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/moaguideLogo.svg | 1 + src/app/layout.tsx | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 public/moaguideLogo.svg diff --git a/public/moaguideLogo.svg b/public/moaguideLogo.svg new file mode 100644 index 0000000..797eb0f --- /dev/null +++ b/public/moaguideLogo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 075d7cd..080c78b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -42,9 +42,7 @@ export const metadata: Metadata = { type: 'website', images: [ { - url: '/favicon.svg', - width: 1200, - height: 630, + url: '/moaguideLogo.svg', alt: '모아가이드 대표 이미지' } ]