Skip to content

Commit

Permalink
chore: another GA fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Apr 27, 2024
1 parent 2d33eee commit b46fc9c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions website/siteConfig.js
Expand Up @@ -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

0 comments on commit b46fc9c

Please sign in to comment.