From 53b340bc6da2678e4403347e65c134b7bc8a70c5 Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Wed, 6 Mar 2024 00:12:27 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Feat:=20=EA=B5=AC=EA=B8=80=20=EC=84=9C?= =?UTF-8?q?=EC=B9=98=20=EC=BD=98=EC=86=94=20=EB=A9=94=ED=83=80=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Meta.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Meta.tsx b/src/Meta.tsx index 2b5fe8c..f709c13 100644 --- a/src/Meta.tsx +++ b/src/Meta.tsx @@ -30,6 +30,10 @@ const Meta = (props: MetaProps) => { }; return ( + {props.title} From 61fdde133af016e41cd29ba3b461db462aef6f68 Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Wed, 6 Mar 2024 00:26:32 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Feat:=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 --- src/Meta.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Meta.tsx b/src/Meta.tsx index f709c13..3d9d6ff 100644 --- a/src/Meta.tsx +++ b/src/Meta.tsx @@ -67,7 +67,8 @@ Meta.defaultProps = { keywords: '포켓몬, 포켓몬 도감, 포켓몬 카드, 포켓몬 게임, 포켓몬 커뮤니티, 포켓몬 공략, 포켓몬 이벤트, 포켓몬 최신 뉴스, 포켓몬 교환, 포켓몬 카드 제작', url: window.location.href, - image: 'https://ibb.co/VYgQdkw', + image: + 'https://github.com/side-project-pokehub/my-pokemon/assets/115094069/20de534c-814b-441d-8b74-6cfc9347c66c', }; export default Meta; From 23238ac4e5082914865eceedaef5d4d3b4c1648c Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Wed, 6 Mar 2024 10:15:25 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Feat:=20=EB=84=A4=EC=9D=B4=EB=B2=84=20?= =?UTF-8?q?=EC=84=9C=EC=B9=98=20=EC=96=B4=EB=93=9C=EB=B0=94=EC=9D=B4?= =?UTF-8?q?=EC=A0=80=20=EB=A9=94=ED=83=80=20=ED=83=9C=EA=B7=B8=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Meta.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Meta.tsx b/src/Meta.tsx index 3d9d6ff..8245847 100644 --- a/src/Meta.tsx +++ b/src/Meta.tsx @@ -34,6 +34,11 @@ const Meta = (props: MetaProps) => { name="google-site-verification" content="zgo44Q8-6VFgW3fRikSiR1cIKQkR2fob64YwkQ2PsDg" /> + + {props.title}