From b46fc9cd224c35282efcc367ee2ef13169ca41cf Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Sat, 27 Apr 2024 17:07:59 +0200 Subject: [PATCH] chore: another GA fix attempt --- website/siteConfig.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 198ce9a75..21fc5d28b 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -120,15 +120,8 @@ myOtherFont: [ // You may provide arbitrary config keys to be used as needed by your // template. For example, if you need your repo's URL... repoUrl: "https://github.com/mobxjs/mobx", - - plugins: [ - [ - '@docusaurus/plugin-google-gtag', - { - trackingID: 'G-7XBWTSGJ80', - }, - ], - ], + gaGtag: true, + gaTrackingId: "G-7XBWTSGJ80", } module.exports = siteConfig