Skip to content

Commit 89f6188

Browse files
committed
Revert change
1 parent 9642a62 commit 89f6188

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docusaurus.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,11 @@ module.exports = {
9898
theme: {
9999
customCss: require.resolve('./src/css/custom.css'),
100100
},
101+
gtag: {
102+
trackingID: 'G-DF813CEEN9',
103+
anonymizeIP: true,
104+
}
101105
},
102106
],
103-
[
104-
'@docusaurus/plugin-google-gtag',
105-
{
106-
trackingID: 'G-DF813CEEN9',
107-
anonymizeIP: true,
108-
}
109-
],
110107
],
111108
};

0 commit comments

Comments
 (0)