Skip to content

Commit

Permalink
feat(client): react og (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub authored Nov 3, 2024
1 parent 1350fc7 commit 0adae53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<meta name="description" content="한동대학교 소식은 한동피드!" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />

<meta property="og:title" th:content="한동피드" />
<meta property="og:description" content="한동 소식은 한동피드" />
<meta property="og:image" content="https://feed.handong.app/og-image.jpg" />
<meta property="og:url" content="https://feed.handong.app" />

<title>Handong Feed</title>
</head>
<body>
Expand Down

0 comments on commit 0adae53

Please sign in to comment.