Skip to content

Commit

Permalink
feat(docs): added google analytics 4 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 24, 2023
1 parent 4a07893 commit ce91468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
gtag: {
trackingID: "G-HP8ZXWVLJG",
anonymizeIP: true,
},
}),
],
],
Expand Down

0 comments on commit ce91468

Please sign in to comment.