Skip to content

Commit 2b7c751

Browse files
committed
ga
1 parent 646f674 commit 2b7c751

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
<link rel="stylesheet" crossorigin href="./assets/index-DfOTxtsi.css">
1212
</head>
1313
<body>
14+
<!-- Google tag (gtag.js) -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XP41SBCZB"></script>
16+
<script>
17+
window.dataLayer = window.dataLayer || [];
18+
function gtag(){dataLayer.push(arguments);}
19+
gtag('js', new Date());
20+
21+
gtag('config', 'G-1XP41SBCZB');
22+
</script>
1423
<div id="root"></div>
1524
</body>
1625
</html>

front/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1010
</head>
1111
<body>
12+
<!-- Google tag (gtag.js) -->
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XP41SBCZB"></script>
14+
<script>
15+
window.dataLayer = window.dataLayer || [];
16+
function gtag(){dataLayer.push(arguments);}
17+
gtag('js', new Date());
18+
19+
gtag('config', 'G-1XP41SBCZB');
20+
</script>
1221
<div id="root"></div>
1322
<script type="module" src="/src/main.tsx"></script>
1423
</body>

0 commit comments

Comments
 (0)