File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,26 @@ const config: Config = {
3030 locales : [ 'en' ] ,
3131 } ,
3232
33+ // OneTrust Cookies Consent Notice for couchbase.com
34+ headTags : [
35+ {
36+ tagName : 'script' ,
37+ attributes : {
38+ src : 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js' ,
39+ type : 'text/javascript' ,
40+ charset : 'UTF-8' ,
41+ 'data-domain-script' : '748511ff-10bf-44bf-88b8-36382e5b5fd9' ,
42+ } ,
43+ } ,
44+ {
45+ tagName : 'script' ,
46+ attributes : {
47+ type : 'text/javascript' ,
48+ } ,
49+ innerHTML : 'function OptanonWrapper() {}' ,
50+ } ,
51+ ] ,
52+
3353 presets : [
3454 [
3555 'classic' ,
@@ -43,6 +63,13 @@ const config: Config = {
4363 theme : {
4464 customCss : require . resolve ( './src/css/custom.css' ) ,
4565 } ,
66+ googleTagManager : {
67+ containerId : 'GTM-MVPNN2' ,
68+ } ,
69+ gtag : {
70+ trackingID : 'G-CVKKEY0D6B' ,
71+ anonymizeIP : true ,
72+ } ,
4673 } satisfies Preset . Options ,
4774 ] ,
4875 ] ,
You can’t perform that action at this time.
0 commit comments