Skip to content

Commit 3930044

Browse files
committed
chore: add gtag manager into the site to add analytics
1 parent 49b4403 commit 3930044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ const config = {
4848
theme: {
4949
customCss: require.resolve('./src/css/custom.css'),
5050
},
51+
gtag: {
52+
trackingID: 'G-N15QWWS0MW',
53+
anonymizeIP: false,
54+
},
5155
}),
5256
],
5357
],

0 commit comments

Comments
 (0)