Skip to content

Commit

Permalink
Feat: 네이버 서치 어드바이저 메타 태그 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed Mar 6, 2024
1 parent 61fdde1 commit 23238ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const Meta = (props: MetaProps) => {
name="google-site-verification"
content="zgo44Q8-6VFgW3fRikSiR1cIKQkR2fob64YwkQ2PsDg"
/>
<meta
name="naver-site-verification"
content="38216ac5b7d535dc4fe9bff5dd0f6509c1759702"
/>

<title>{props.title}</title>

<meta name="title" content={props.title} />
Expand Down

0 comments on commit 23238ac

Please sign in to comment.