Skip to content

Commit 340561f

Browse files
committed
Revert "feat: Add Google Analytics 4 tracking (G-WLP5QQ5CWR)"
This reverts commit e3cf421.
1 parent e3cf421 commit 340561f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/Head.astro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,3 @@ const schemaOrg = {
107107

108108
{/* Schema.org JSON-LD */}
109109
<script type="application/ld+json" set:html={JSON.stringify(schemaOrg)} />
110-
111-
{/* Google Analytics 4 */}
112-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLP5QQ5CWR"></script>
113-
<script>
114-
window.dataLayer = window.dataLayer || [];
115-
function gtag(){dataLayer.push(arguments);}
116-
gtag('js', new Date());
117-
gtag('config', 'G-WLP5QQ5CWR');
118-
</script>

0 commit comments

Comments
 (0)