Skip to content

Commit

Permalink
Merge pull request #134 from neherlab/docs/add-plausible
Browse files Browse the repository at this point in the history
docs: add plausible analytics
  • Loading branch information
ivan-aksamentov authored Feb 12, 2025
2 parents 7fbc7fc + 8d852e8 commit 01a65e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ const config: Config = {
} satisfies DslPluginOptions,
],
],

scripts: [
{
'src': 'https://plausible.io/js/script.js',
'defer': true,
'data-domain': 'docs.pangraph.org',
},
],
} satisfies Config;

export default config;

0 comments on commit 01a65e5

Please sign in to comment.