Skip to content

Commit

Permalink
Merge pull request #1325 from TheJuanAndOnly99/google-analytics
Browse files Browse the repository at this point in the history
update google analytics tracking id
  • Loading branch information
kriswest authored Aug 30, 2024
2 parents 4134fe1 + 549c6d7 commit 3bd8e55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ module.exports={
"theme": {
"customCss": "./src/css/customTheme.css"
},
"googleAnalytics": {
"trackingID": "UA-89349362-8"
"gtag": {
"trackingID": "G-EY9BQJ55YQ",
"anonymizeIP": true,
}
}
]
Expand Down

0 comments on commit 3bd8e55

Please sign in to comment.