1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Add one trust

This commit is contained in:
Kamran Ahmed
2025-06-17 20:06:09 +01:00
parent 30761f17f4
commit bcb75c4a9b
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!-- OneTrust Cookies Consent Notice start for roadmap.sh -->
<script
src='https://cdn.cookielaw.org/scripttemplates/otSDKStub.js'
type='text/javascript'
charset='UTF-8'
data-domain-script='01977e0e-9a37-7b4a-aad2-8cf9247d94b6'></script>
<script type='text/javascript'>
function OptanonWrapper() {}
</script>
<!-- OneTrust Cookies Consent Notice end for roadmap.sh -->

View File

@@ -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
}
<Analytics />
<OneTrust />
<Clarity />
<RedditPixel />
<GoogleAd />