We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae58c5 commit 3d75519Copy full SHA for 3d75519
1 file changed
src/layouts/Layout.astro
@@ -12,6 +12,16 @@ import '../styles/global.css';
12
<link rel="preconnect" href="https://fonts.googleapis.com">
13
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap" rel="stylesheet">
15
+
16
+ <!-- Google tag (gtag.js) -->
17
+ <script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-8GB1D6GN0Q"></script>
18
+ <script is:inline>
19
+ window.dataLayer = window.dataLayer || [];
20
+ function gtag(){dataLayer.push(arguments);}
21
+ gtag('js', new Date());
22
23
+ gtag('config', 'G-8GB1D6GN0Q');
24
+ </script>
25
</head>
26
<body>
27
<div class="scanlines" aria-hidden="true"></div>
0 commit comments