Skip to content

Commit 24ba98e

Browse files
author
Julien Neuhart
committed
Update google analytics conf for documentation #2
1 parent 6b72158 commit 24ba98e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/docusaurus.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ module.exports = {
5050
theme: {
5151
customCss: require.resolve('./src/css/custom.css'),
5252
},
53-
googleAnalytics: {
54-
trackingID: 'G-ZGCNWVF92C',
55-
// Optional fields.
56-
anonymizeIP: true, // Should IPs be anonymized?
53+
themeConfig: {
54+
googleAnalytics: {
55+
trackingID: 'G-ZGCNWVF92C',
56+
// Optional fields.
57+
anonymizeIP: true, // Should IPs be anonymized?
58+
},
5759
},
5860
},
5961
],

0 commit comments

Comments
 (0)