Skip to content

Commit

Permalink
Merge pull request #49 from galaxyproject/fran/31-analytics
Browse files Browse the repository at this point in the history
feat: implement plausible analytics (#37)
  • Loading branch information
NoopDog committed Sep 11, 2024
2 parents 6bd472a + 7549d70 commit 1c77b6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ class MyDocument extends Document {
href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&display=swap"
rel="stylesheet"
/>
<script
data-domain="brc-analytics.org"
defer
src="https://plausible.galaxyproject.eu/js/script.js"
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 1c77b6b

Please sign in to comment.