From bcb75c4a9bdd7d86007fbd5a81bb9af40001ee89 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 17 Jun 2025 20:06:09 +0100 Subject: [PATCH] Add one trust --- src/components/Analytics/OneTrust.astro | 10 ++++++++++ src/layouts/BaseLayout.astro | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 src/components/Analytics/OneTrust.astro diff --git a/src/components/Analytics/OneTrust.astro b/src/components/Analytics/OneTrust.astro new file mode 100644 index 000000000..2c584d491 --- /dev/null +++ b/src/components/Analytics/OneTrust.astro @@ -0,0 +1,10 @@ + + + + diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 2de9c486a..7138568eb 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -20,6 +20,7 @@ import { Toaster } from '../components/Toast'; import { siteConfig } from '../lib/config'; import type { ResourceType } from '../lib/resource-progress'; import Bluconic from '../components/Analytics/Bluconic.astro'; +import OneTrust from '../components/Analytics/OneTrust.astro'; export interface Props { title: string; @@ -184,6 +185,7 @@ const gaPageIdentifier = Astro.url.pathname } +