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 } +