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 e3cf421 commit 340561fCopy full SHA for 340561f
src/components/Head.astro
@@ -107,12 +107,3 @@ const schemaOrg = {
107
108
{/* Schema.org JSON-LD */}
109
<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