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;