Skip to content

Commit

Permalink
[⚙️ chore] open graph description 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sryung1225 committed Apr 21, 2024
1 parent 3cf8a6e commit f8f13f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default function Document() {
return (
<Html lang="ko">
<Head>
<meta
property="og:description"
content="챌린지의 파도를 넘어 취업으로! 개발 직군 취준생들을 위한 챌린지 플랫폼 WAVED 입니다"
/>
<meta property="og:image" content="/app-assets/og-image.png" />
<meta name="theme-color" content={color.WHITE} />
<meta name="msapplication-TileColor" content={color.NORMAL} />
Expand Down

0 comments on commit f8f13f5

Please sign in to comment.