Skip to content

Commit

Permalink
Merge pull request #12 from SkyLightQP/develop
Browse files Browse the repository at this point in the history
fix: update opengraph tags
  • Loading branch information
SkyLightQP authored Apr 24, 2024
2 parents 42e5b32 + 2e3c3ec commit 8f99e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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:site_name" content="하대겸 | Daegyeom Ha" />
<meta property="og:type" content="website" />
<meta property="og:title" content="하대겸 | Daegyeom Ha" />
<meta property="og:description" content="Resume of Daegyeom Ha" />
<meta property="og:url" content="https://daegyeo.me/" />
Expand Down

0 comments on commit 8f99e0b

Please sign in to comment.