Skip to content

Commit

Permalink
feat: open graph 추가 작성 #68
Browse files Browse the repository at this point in the history
- 링크 공유 시에 썸네일과 더불어 추가적인 정보를 노출하기 위한 meta
  태그를 작성하였습니다.
  • Loading branch information
LellowMellow committed Nov 28, 2023
1 parent ffb88f0 commit ecfd1dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Boarlog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://boarlog.netlify.app/" />
<meta property="og:image" content="/thumnail.png" />
<meta property="og:description" content="함께 듣는 실시간 강의 볼록" />
<meta property="og:site_name" content="Boarlog" />
<meta name="description" content="함께 듣는 실시간 강의 볼록" />
<title>Boarlog</title>
</head>
<body>
Expand Down
Binary file added frontend/public/thumnail.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 ecfd1dd

Please sign in to comment.