Skip to content

Commit

Permalink
chore: 오픈 그래프 메타 태그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Dec 6, 2023
1 parent 8034aef commit 36a2a97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
/>
<link rel="icon" href="/src/assets/images/clean-head.png" />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.review-ranger.shop/" />
<meta property="og:title" content="리뷰레인저 ReviewRanger" />
<meta property="og:image" content="/og-rr.png" />
<meta
property="og:description"
content="프로젝트 리뷰를 시각화하여 효과적으로 피드백을 확인하고, 리뷰 목록을 손쉽게 관리할 수 있는 서비스"
/>
<meta property="og:site_name" content="ReviewRanger" />
<meta property="og:locale" content="ko_KR" />

<title>리뷰레인저 ReviewRanger</title>
</head>
<body>
Expand Down

0 comments on commit 36a2a97

Please sign in to comment.