Skip to content

Commit

Permalink
fix: google analytics id
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Apr 19, 2024
1 parent b4ece72 commit 6e9c00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-56Q5D99ZCL"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D8HRTFYCVN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-56Q5D99ZCL');
gtag('config', 'G-D8HRTFYCVN');
</script>
</head>

Expand Down

0 comments on commit 6e9c00d

Please sign in to comment.