We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb3c2 commit 6b72158Copy full SHA for 6b72158
docs/docusaurus.config.js
@@ -8,11 +8,6 @@ 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,
@@ -55,6 +50,11 @@ module.exports = {
55
50
theme: {
56
51
customCss: require.resolve('./src/css/custom.css'),
57
52
},
53
+ googleAnalytics: {
54
+ trackingID: 'G-ZGCNWVF92C',
+ // Optional fields.
+ anonymizeIP: true, // Should IPs be anonymized?
+ },
58
59
],
60
0 commit comments