Skip to content

Commit

Permalink
office commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soulincsl committed Mar 20, 2024
1 parent 164f14d commit 759fe0c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
---

<!-- Global Metadata -->
Expand Down Expand Up @@ -44,10 +45,4 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<!-- Google and Microsoft -->
<meta name="google-site-verification" content="F4BrqsA0T17AcYtPsSAcB1RI5jQw4_JpWVLOFTur3UU" />
<meta name="msvalidate.01" content="A4750DF417057BD77FDD08359A00BAF1" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5349802525175772" crossorigin="anonymous" data-ad-client="ca-pub-5349802525175772" ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F3F58WGZCM');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5349802525175772" crossorigin="anonymous" data-ad-client="ca-pub-5349802525175772" ></script>

0 comments on commit 759fe0c

Please sign in to comment.