Skip to content

Commit

Permalink
chore: Update Google Analytics tracking code in Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
RND332 committed Jun 16, 2024
1 parent a5ebf82 commit 2025c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const pages: Array<Page> = [
<ViewTransitions />
</head>
<!-- Google tag (gtag.js) -->
<script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-VSD6GSYPH2"></script>
<script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-VSD6GSYPH2" crossorigin="anonymous"></script>
<script is:inline type="module">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down

0 comments on commit 2025c33

Please sign in to comment.