We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701d0dc commit e1c8d10Copy full SHA for e1c8d10
src/layouts/Layout.astro
@@ -136,6 +136,15 @@ const structuredData = {
136
137
<script is:inline src="/toggle-theme.js" async></script>
138
</head>
139
+ <!-- Google tag (gtag.js) -->
140
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-V66JPM85FQ"></script>
141
+ <script>
142
+ window.dataLayer = window.dataLayer || [];
143
+ function gtag(){dataLayer.push(arguments);}
144
+ gtag('js', new Date());
145
+
146
+ gtag('config', 'G-V66JPM85FQ');
147
+ </script>
148
<body>
149
<slot />
150
</body>
0 commit comments