Skip to content

Commit dc357fc

Browse files
committed
added google analytics
1 parent 514a302 commit dc357fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<link rel="preconnect" href="https://fonts.googleapis.com">
55
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
66
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
7+
8+
<!-- Google tag (gtag.js) -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ER3D1CB2GQ"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-ER3D1CB2GQ');
16+
</script>
717

818
<!-- <link data-trunk rel="css" href="public/styles.css" /> -->
919
<link data-trunk rel="scss" href="public/styles.scss" />

0 commit comments

Comments
 (0)