Skip to content

Commit

Permalink
chore: switch from gtag to plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 18, 2024
1 parent ae984f0 commit 53177ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ 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 Expand Up @@ -109,6 +105,9 @@ const config: Config = {
minHeadingLevel: 2,
maxHeadingLevel: 5,
},
scripts: [
{src: "https://plausible.io/js/script.js", defer: true, "data-domain": "https://chainsafe.github.io/lodestar/"},
],
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 53177ac

Please sign in to comment.