Skip to content

Commit 803a245

Browse files
authored
Add Google Analytics tracking configuration
1 parent cf8d3d7 commit 803a245

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ const config = {
4949
theme: {
5050
customCss: require.resolve('./src/css/custom.css'),
5151
},
52+
gtag: {
53+
trackingID: 'G-HD1YHT442Y',
54+
anonymizeIP: true,
55+
},
5256
}),
5357
],
5458
],

0 commit comments

Comments
 (0)