Skip to content

Commit

Permalink
docs: Revert "docs: updated analytics to GA4"
Browse files Browse the repository at this point in the history
This reverts commit ebcd104.
As the update was based on docusaurus 2, not 1
  • Loading branch information
mweststrate committed Jan 3, 2023
1 parent ebcd104 commit 552c084
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 5,985 deletions.
6 changes: 2 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@
},
"author": "Michel Weststrate",
"license": "MIT",
"funding": {
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"
},
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"homepage": "https://mobx.js.org/",

"devDependencies": {
"docusaurus": "^1.14.4"
},
"dependencies": {
"@docusaurus/plugin-google-gtag": "^2.2.0"
}
}
12 changes: 1 addition & 11 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,7 @@ 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",
anonymizeIP: true
}
],
]
repoUrl: "https://github.com/mobxjs/mobx"
}

module.exports = siteConfig

0 comments on commit 552c084

Please sign in to comment.