Skip to content

Commit

Permalink
Merge pull request #11 from SkyLightQP/develop
Browse files Browse the repository at this point in the history
feat: add opengraph metas
  • Loading branch information
SkyLightQP authored Mar 1, 2024
2 parents 4abddd0 + 83a58db commit 42e5b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const Document = () => {
<meta name="keywords" content="Daegyeom Ha, 하대겸, Resume, Portfolio, 포트폴리오" />
<meta name="theme-color" content={Colors.PRIMARY} />
<meta name="description" content="Resume of Daegyeom Ha" />
<meta property="og:title" content="하대겸 | Daegyeom Ha" />
<meta property="og:description" content="Resume of Daegyeom Ha" />
<meta property="og:url" content="https://daegyeo.me/" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 42e5b32

Please sign in to comment.