We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ba98e commit 178018eCopy full SHA for 178018e
docs/docusaurus.config.js
@@ -8,6 +8,11 @@ module.exports = {
8
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
9
projectName: 'symfony-boilerplate', // Usually your repo name.
10
themeConfig: {
11
+ googleAnalytics: {
12
+ trackingID: 'G-ZGCNWVF92C',
13
+ // Optional fields.
14
+ anonymizeIP: true, // Should IPs be anonymized?
15
+ },
16
colorMode: {
17
defaultMode: 'light',
18
disableSwitch: true,
@@ -50,13 +55,6 @@ module.exports = {
50
55
theme: {
51
56
customCss: require.resolve('./src/css/custom.css'),
52
57
},
53
- themeConfig: {
54
- googleAnalytics: {
- trackingID: 'G-ZGCNWVF92C',
- // Optional fields.
- anonymizeIP: true, // Should IPs be anonymized?
58
- },
59
60
61
],
62
0 commit comments