Skip to content

Commit

Permalink
feat: data-react-helemt 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 23, 2024
1 parent bc7b5ae commit 2ee385b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/preview/src/pages/ShowPreviewPage/ShowPreviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const ShowPreviewPage = () => {
<>
<Helmet>
<meta name="description" content="지금 불티에서 핫한 공연 정보를 확인해 보세요." />
<meta property="og:title" content={title} />
<meta property="og:title" content={title} data-react-helmet="true" />
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="https://preview.boolti.in/favicon.png" />
<meta property="og:site_name" content="손쉬운 예매 빠른 입장은 불티" />
Expand All @@ -136,7 +136,7 @@ const ShowPreviewPage = () => {
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="boolti.in" />
<meta property="twitter:url" content="https://boolti.in/" />
<meta name="twitter:title" content={title} />
<meta name="twitter:title" content={title} data-react-helmet="true" />
<meta name="twitter:description" content="지금 불티에서 핫한 공연 정보를 확인해 보세요." />
<meta name="twitter:image" content="/thumbnail.png" />
<link rel="canonical" href="https://boolti.in/" />
Expand Down

0 comments on commit 2ee385b

Please sign in to comment.