Skip to content

Commit 969af89

Browse files
authored
layout: remove google analytics tag (#238)
1 parent 755566b commit 969af89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '@fortawesome/fontawesome-free/css/v4-shims.min.css'
44
import { Inter } from 'next/font/google'
55
import { Metadata } from 'next'
66
import Script from 'next/script'
7-
import { GoogleAnalytics, GoogleTagManager } from '@next/third-parties/google'
7+
import { GoogleTagManager } from '@next/third-parties/google'
88
import { getLocale } from 'next-intl/server'
99
import { Organization, WithContext } from 'schema-dts'
1010
import { sanitizeObject } from '@/utils/sanitize'
@@ -80,7 +80,6 @@ export default async function RootLayout({
8080
<link rel="sitemap" type="application/xml" href="/sitemap.xml"></link>
8181
<link rel="alternate" type="application/rss+xml" title="Adoptium Blog" href="/rss.xml"></link>
8282
<GoogleTagManager gtmId="GTM-5WLCZXC" />
83-
<GoogleAnalytics gaId="G-9HHPS5RX9D" />
8483
{/* Eclipse Foundation Cookie Consent Banner */}
8584
<Script id="google-tag-manager" strategy="afterInteractive">
8685
{`

0 commit comments

Comments
 (0)