Skip to content

Commit

Permalink
Merge pull request #4 from gong-check/dev
Browse files Browse the repository at this point in the history
chore: 구글 서치 meta 태그 재 수정
  • Loading branch information
intae92 committed Jul 25, 2022
2 parents d210ff7 + 067fefa commit 90ff730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Seo = ({ description, lang, meta, title }) => {
},
{
name: `google-site-verification`,
content: `<meta name="google-site-verification" content="2boy4mTZFpjeW291aYEx-aeG_otrQP6s7X8GIm89jgw" />`,
content: `2boy4mTZFpjeW291aYEx-aeG_otrQP6s7X8GIm89jgw`,
},
].concat(meta)}
/>
Expand Down

0 comments on commit 90ff730

Please sign in to comment.