We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514a302 commit dc357fcCopy full SHA for dc357fc
1 file changed
index.html
@@ -4,6 +4,16 @@
4
<link rel="preconnect" href="https://fonts.googleapis.com">
5
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
6
<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>
17
18
<!-- <link data-trunk rel="css" href="public/styles.css" /> -->
19
<link data-trunk rel="scss" href="public/styles.scss" />
0 commit comments