Skip to content

Commit

Permalink
feat: open graph meta 태그 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Feb 10, 2024
1 parent 95df6ba commit 5fe1cb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
name="description"
content="내 관심사로 지도를 만들어보세요. 여러 지도를 한 번에 모아볼 수도 있고, 공개된 다른 지도에서 마음에 드는 장소만 뽑아서 내 지도에 추가할 수도 있어요."
/>

<meta property="og:title" content="괜찮을지도" />
<meta
property="og:description"
content="내 관심사로 지도를 만들어보세요."
/>
<meta property="og:locale" content="ko_KR" />
<meta property="og:url" content="https://mapbefine.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="괜찮을지도" />
<meta property="og:image" content="./mapbefine_og_image.png" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added frontend/public/mapbefine_og_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fe1cb8

Please sign in to comment.