Skip to content

Commit 6204089

Browse files
committed
docs: comment GA4 tag from config as we are triggering it from GTM
1 parent 5225260 commit 6204089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ const config = {
8181
theme: {
8282
customCss: require.resolve('./src/css/custom.css'),
8383
},
84-
gtag: {
85-
trackingID: 'G-N15QWWS0MW',
86-
anonymizeIP: false,
87-
},
84+
// gtag: {
85+
// trackingID: 'G-N15QWWS0MW',
86+
// anonymizeIP: false,
87+
// },
8888
googleTagManager: {
8989
containerId: 'GTM-TH6VNCW',
9090
},

0 commit comments

Comments
 (0)