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 a71d445 commit 2774282Copy full SHA for 2774282
docusaurus.config.js
@@ -17,6 +17,10 @@ module.exports = {
17
apiKey: '',
18
indexName: ''
19
},*/
20
+ gtag: {
21
+ trackingID: 'G-JBHTBTX1HR',
22
+ anonymizeIP: true
23
+ },
24
colorMode: {
25
defaultMode: 'dark',
26
disableSwitch: true
@@ -137,10 +141,6 @@ module.exports = {
137
141
},
138
142
theme: {
139
143
customCss: require.resolve('./src/css/custom.css'),
140
- },
- gtag: {
- trackingID: 'G-JBHTBTX1HR',
- anonymizeIP: true
144
}
145
146
],
0 commit comments