Skip to content

Commit dd2f733

Browse files
committed
reafactor: add GTAG
1 parent cfd1a98 commit dd2f733

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
<meta name="msapplication-TileColor" content="#ffffff">
3333
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
3434
<meta name="theme-color" content="#ffffff">
35+
<meta name="robots" content="noindex">
36+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-1"></script>
37+
<script>
38+
window.dataLayer = window.dataLayer || [];
39+
function gtag(){dataLayer.push(arguments);}
40+
gtag('js', new Date());
41+
gtag('config', 'UA-118965717-1');
42+
</script>
3543
</head>
3644
<body>
3745
<noscript>

0 commit comments

Comments
 (0)