Skip to content

Commit 90729cf

Browse files
committed
analitycs plugin
1 parent ec43d95 commit 90729cf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

babel.config.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
module.exports = {
22
presets: [
3-
require.resolve('@docusaurus/core/lib/babel/preset'),
4-
{
5-
gtag: {
6-
trackingID: 'G-MNT2DFSGCM',
3+
[
4+
require.resolve('@docusaurus/core/lib/babel/preset'),
5+
{
6+
gtag: {
7+
trackingID: 'G-MNT2DFSGCM',
8+
anonymizeIP: true,
9+
},
710
},
8-
},
11+
],
912
],
10-
};
13+
};

0 commit comments

Comments
 (0)