Skip to content

Commit 178018e

Browse files
author
Julien Neuhart
committed
Rollback to previous config of GA for the documentation
1 parent 24ba98e commit 178018e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/docusaurus.config.js

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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+
},
1116
colorMode: {
1217
defaultMode: 'light',
1318
disableSwitch: true,
@@ -50,13 +55,6 @@ module.exports = {
5055
theme: {
5156
customCss: require.resolve('./src/css/custom.css'),
5257
},
53-
themeConfig: {
54-
googleAnalytics: {
55-
trackingID: 'G-ZGCNWVF92C',
56-
// Optional fields.
57-
anonymizeIP: true, // Should IPs be anonymized?
58-
},
59-
},
6058
},
6159
],
6260
],

0 commit comments

Comments
 (0)