Skip to content

Commit

Permalink
Merge pull request #77 from DEPthes/dev
Browse files Browse the repository at this point in the history
Chore meta 태그
  • Loading branch information
jisupark123 authored Aug 22, 2023
2 parents 34654e7 + c3c69fa commit 0e323fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/layouts/headMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default function HeadMeta({ metaDescription }: HeadMetaProps) {
<meta property='og:type' content='website' />
<meta property='og:image' content={'/imgs/logo2.png'} />
<meta property='og:article:author' content='이:음 | 랜덤 익명 편지 서비스' />
<meta name='naver-site-verification' content='a3724ba507e92040a2f68997a8967b6e11d94836' />
<meta name='google-site-verification' content='XIaRQEwciTKFV8e8Ezrgswd0vukQbHcQO6Vt2I-fwtk' />
</Head>
);
}

0 comments on commit 0e323fc

Please sign in to comment.