Skip to content

Commit

Permalink
refactor: removed GA
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Dec 11, 2023
1 parent 60245b4 commit f5314ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ module.exports = {
customCss: require.resolve("./src/css/custom.css"),
},
// Google Analytics are only active in prod
gtag: {
// this GA code is safe to be published
trackingID: "G-94WS0LRZRS",
anonymizeIP: true,
},
// gtag: {
// this GA code is safe to be published
// trackingID: "",
// anonymizeIP: true,
// },
},
],
],
Expand Down

0 comments on commit f5314ea

Please sign in to comment.