Skip to content

Commit

Permalink
fix: change GA
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 14, 2023
1 parent 604e809 commit 3f4e53f
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 @@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EOEFANS - Welcome to eoe world.</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XQJ4K24Y3"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GCYRRM76XJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-1XQJ4K24Y3');
gtag('config', 'G-GCYRRM76XJ');
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
Expand Down

0 comments on commit 3f4e53f

Please sign in to comment.