Skip to content

Commit

Permalink
Merge pull request #528 from hackclub/switch-google-tag-id
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford authored May 8, 2023
2 parents 2b8aadf + 46d1f4e commit 4c925f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-SLDEWZQ8N1"
src="https://www.googletagmanager.com/gtag/js?id=G-XB809Q5TGT"
></script>
<script>
window.dataLayer = window.dataLayer || []
Expand All @@ -65,7 +65,7 @@
}
gtag('js', new Date())

gtag('config', 'G-SLDEWZQ8N1')
gtag('config', 'G-XB809Q5TGT')
</script>
</head>

Expand Down

1 comment on commit 4c925f3

@vercel
Copy link

@vercel vercel bot commented on 4c925f3 May 8, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sinerider – ./

www.sinerider.com
sinerider.hackclub.dev
sinerider-git-main.hackclub.dev

Please sign in to comment.