Skip to content

Commit 7549d70

Browse files
Fran McDadeFran McDade
authored andcommitted
feat: implement plausible analytics (#37)
1 parent 4a51d5a commit 7549d70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/_document.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ class MyDocument extends Document {
1313
href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&display=swap"
1414
rel="stylesheet"
1515
/>
16+
<script
17+
data-domain="brc-analytics.org"
18+
defer
19+
src="https://plausible.galaxyproject.eu/js/script.js"
20+
/>
1621
</Head>
1722
<body>
1823
<Main />

0 commit comments

Comments
 (0)