We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbdf5f commit 21c658bCopy full SHA for 21c658b
src/components/OneTrust.astro
@@ -3,7 +3,7 @@ const isProduction = import.meta.env.PROD;
3
4
const uuid = isProduction
5
? "b1e05d49-f072-4bae-9116-bdb78af15448"
6
- : "b1e05d49-f072-4bae-9116-bdb78af15448-test";
+ : "b1e05d49-f072-4bae-9116-bdb78af15448";
7
---
8
9
<script
0 commit comments