Skip to content

Commit

Permalink
fix: 이모지 제거, 링크 수정 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 authored Feb 13, 2024
1 parent d87de05 commit d4acb85
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions apps/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="shortcut icon" href="https://boolti.in/favicon.png" />
<meta
name="description"
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요🤟" />
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요." />
<meta property="og:title" content="손쉬운 예매 빠른 입장은 불티" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="손쉬운 예매 빠른 입장은 불티" />
<meta
name="og:description"
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요🤟" />
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요." />
<meta property="og:url" content="https://boolti.in/" />
<meta property="og:image" content="/thumbnail.png" />
<meta property="og:image" content="https://boolti.in/thumbnail.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="boolti.in" />
<meta property="twitter:url" content="https://boolti.in/" />
<meta property="twitter:url"
content="https://boolti.in/https://boolti.in/" />
<meta name="twitter:title" content="손쉬운 예매 빠른 입장은 불티" />
<meta
name="twitter:description"
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요🤟" />
content="핫한 공연 예매의 시작, 불티 지금 티켓을 구매하고 공연을 즐겨보세요." />
<meta name="twitter:image" content="/thumbnail.png" />
<link rel="canonical" href="https://boolti.in/" />
<title>손쉬운 예매 빠른 입장은 불티</title>
Expand Down

0 comments on commit d4acb85

Please sign in to comment.