Skip to content

Commit

Permalink
fix: add google verification tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgn975 committed Oct 29, 2022
1 parent 99df090 commit 4e54f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const { title } = Astro.props as Props;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<meta name="google-site-verification" content="MCJ5UN0BFklBHLFt97uqf2TYSjFR6Qt6KyzWq4Q955c" />

<!-- Primary Meta Tags -->
<title>{title || SITE_TITLE}</title>
Expand Down

0 comments on commit 4e54f23

Please sign in to comment.