From 16c6b527629bff79c29cfa22f3e59a683f602241 Mon Sep 17 00:00:00 2001 From: Marc Auf der Heyde Date: Fri, 19 Jul 2024 11:41:26 +0200 Subject: [PATCH] HOTFIX - Direct analytics imbed (#102) Co-authored-by: marcaufderheyde --- app/[locale]/(withheaderfooter)/layout.tsx | 15 +++++++++++++++ app/[locale]/(withoutheaderfooter)/layout.tsx | 15 +++++++++++++++ app/layout.tsx | 1 + 3 files changed, 31 insertions(+) diff --git a/app/[locale]/(withheaderfooter)/layout.tsx b/app/[locale]/(withheaderfooter)/layout.tsx index 8886088..fd1d8c7 100644 --- a/app/[locale]/(withheaderfooter)/layout.tsx +++ b/app/[locale]/(withheaderfooter)/layout.tsx @@ -15,6 +15,7 @@ import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility import AgeVerification from '../../Components/AgeVerification'; import { GoogleAnalytics } from '@next/third-parties/google'; import { GoogleTagManager } from '@next/third-parties/google'; +import Script from 'next/script'; const inter = Inter({ subsets: ['latin'] }); @@ -57,6 +58,20 @@ export default function LocaleLayout({