Skip to content

Commit 6b72158

Browse files
author
Julien Neuhart
committed
Update google analytics conf for documentation
1 parent b5fb3c2 commit 6b72158

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ module.exports = {
88
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
99
projectName: 'symfony-boilerplate', // Usually your repo name.
1010
themeConfig: {
11-
googleAnalytics: {
12-
trackingID: 'G-ZGCNWVF92C',
13-
// Optional fields.
14-
anonymizeIP: true, // Should IPs be anonymized?
15-
},
1611
colorMode: {
1712
defaultMode: 'light',
1813
disableSwitch: true,
@@ -55,6 +50,11 @@ module.exports = {
5550
theme: {
5651
customCss: require.resolve('./src/css/custom.css'),
5752
},
53+
googleAnalytics: {
54+
trackingID: 'G-ZGCNWVF92C',
55+
// Optional fields.
56+
anonymizeIP: true, // Should IPs be anonymized?
57+
},
5858
},
5959
],
6060
],

0 commit comments

Comments
 (0)