Skip to content

Commit

Permalink
feat: 기본 og:url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 24, 2024
1 parent 4e911e6 commit 883b89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="canonical" href="https://boolti.in" />
<meta name="description" content="지금 불티에서 핫한 공연 정보를 확인해 보세요." />

<meta property="og:url" content="https://boolti.in" />
<meta property="og:type" content="website" />
<meta property="og:title" content="핫한 공연 예매의 시작, 불티" />
<meta property="og:site_name" content="손쉬운 예매 빠른 입장은 불티" />
Expand All @@ -18,7 +19,7 @@
<meta property="og:image:height" content="600" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="preview.boolti.in" />
<meta property="twitter:domain" content="boolti.in" />
<meta property="twitter:title" content="핫한 공연 예매의 시작, 불티" />
<meta property="twitter:description" content="지금 불티에서 핫한 공연 정보를 확인해 보세요." />
<meta property="twitter:image" content="/thumbnail.png" />
Expand Down

0 comments on commit 883b89c

Please sign in to comment.