Skip to content

Commit

Permalink
docs: fix plausible domain (#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard authored Apr 26, 2024
1 parent 02e28cf commit 5bc27a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const config: Config = {
maxHeadingLevel: 5,
},
} satisfies Preset.ThemeConfig,
scripts: [{src: "https://plausible.io/js/script.js", defer: true, "data-domain": "chainsafe.github.io/lodestar/"}],
scripts: [{src: "https://plausible.io/js/script.js", defer: true, "data-domain": "chainsafe.github.io/lodestar"}],
};

export default config;

0 comments on commit 5bc27a0

Please sign in to comment.