Skip to content

Commit

Permalink
docs: add Plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed Nov 22, 2024
1 parent c75883f commit ddb8804
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export default defineConfig({
content: 'https://loculus.org/images/og-image.png',
},
},
{
tag: 'script',
attrs: {
'defer': true,
'data-domain': 'loculus.org',
'src': 'https://plausible.io/js/script.js',
},
},
],
editLink: {
baseUrl: 'https://github.com/loculus-project/loculus/edit/main/docs/',
Expand Down

0 comments on commit ddb8804

Please sign in to comment.