Skip to content

Commit

Permalink
feat: add google analytics tag to blog app
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Nov 18, 2024
1 parent 977fd2a commit f685325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ const { title, description, image = "/blog-placeholder-1.jpg" } = Astro.props;
crossorigin
/>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FM09DN20X0"
></script>

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />

Expand Down

0 comments on commit f685325

Please sign in to comment.