Skip to content

Commit 7097a3a

Browse files
committed
feat: add gtm into the project and analytics configuration
1 parent ce760c2 commit 7097a3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ const config = {
5151
customCss: require.resolve('./src/css/custom.css'),
5252
},
5353
gtag: {
54+
trackingID: 'GTM-TH6VNCW',
55+
anonymizeIP: false,
56+
},
57+
googleAnalytics: {
5458
trackingID: 'G-N15QWWS0MW',
5559
anonymizeIP: false,
5660
},

0 commit comments

Comments
 (0)