File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '@fortawesome/fontawesome-free/css/v4-shims.min.css'
44import { Inter } from 'next/font/google'
55import { Metadata } from 'next'
66import Script from 'next/script'
7- import { GoogleAnalytics , GoogleTagManager } from '@next/third-parties/google'
7+ import { GoogleTagManager } from '@next/third-parties/google'
88import { getLocale } from 'next-intl/server'
99import { Organization , WithContext } from 'schema-dts'
1010import { 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 { `
You can’t perform that action at this time.
0 commit comments