We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7ffa80 + aa29eb0 commit 6ea3a5cCopy full SHA for 6ea3a5c
1 file changed
src/layouts/MainLayout.astro
@@ -81,6 +81,14 @@ const {
81
authorUrl={authorUrl}
82
themeColor={themeColor}
83
/>
84
+ <!-- Google tag (gtag.js) -->
85
+ <script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-883J22R85Z"></script>
86
+ <script is:inline>
87
+ window.dataLayer = window.dataLayer || [];
88
+ function gtag(){dataLayer.push(arguments);}
89
+ gtag('js', new Date());
90
+ gtag('config', 'G-883J22R85Z');
91
+ </script>
92
</head>
93
<body class="min-h-screen bg-white">
94
<Navigation />
0 commit comments