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 cd6e079 commit 1270867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<link rel="dns-prefetch" href="https://s1.hdslb.com">
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<title>EOEFANS WEB</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CF62MKRBT6"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DTCJR7156E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CF62MKRBT6');
gtag('config', 'G-DTCJR7156E');
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
Expand Down

0 comments on commit 1270867

Please sign in to comment.