Skip to content

Commit

Permalink
feat: add anonymized analytics to docs (#6573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard authored Mar 21, 2024
1 parent 490322c commit 9b1f0af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const config: Config = {
editUrl: "https://github.com/ChainSafe/lodestar/tree/unstable/docs/",
routeBasePath: "/",
},
gtag: {
trackingID: 'G-N21J5PWW5X',
anonymizeIP: true,
},
theme: {
customCss: "./src/css/custom.css",
},
Expand Down

0 comments on commit 9b1f0af

Please sign in to comment.