Skip to content

Commit

Permalink
docs: correct plausible url (#6709)
Browse files Browse the repository at this point in the history
fix: correct plausible url
  • Loading branch information
jeluard committed Apr 25, 2024
1 parent 2fe9fca commit aa17500
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ const config: Config = {
minHeadingLevel: 2,
maxHeadingLevel: 5,
},
scripts: [
{src: "https://plausible.io/js/script.js", defer: true, "data-domain": "https://chainsafe.github.io/lodestar/"},
],
scripts: [{src: "https://plausible.io/js/script.js", defer: true, "data-domain": "chainsafe.github.io/lodestar/"}],
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit aa17500

Please sign in to comment.