Skip to content

Commit

Permalink
meta 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
fronttigger committed Apr 27, 2022
1 parent e76ea8c commit 51d1c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/SEO/PageSEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function PageSEO({ title, url }: { title: string; url: string })
<meta property="og:type" content="blog" />
<meta property="og:url" content={url} />
<link rel="canonical" href={url} />
<meta name="google-site-verification" content="TKIdJnriiDuVdbn-ip2gffaB8oEzddxMZyE4H-jB4bY" />
</Head>
)
}

1 comment on commit 51d1c6f

@vercel
Copy link

@vercel vercel bot commented on 51d1c6f Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.