Skip to content

Commit

Permalink
Merge pull request #51 from Ultramarine-Linux/plausible-outbound
Browse files Browse the repository at this point in the history
feat: allow plausible to collect outbound links
  • Loading branch information
lleyton authored Aug 19, 2024
2 parents d14d5f2 + 2515257 commit 8f2f199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const { title, description, image = "/placeholder-social.jpg" } = Astro.props;
<meta property="twitter:image" content={new URL(image, Astro.url)} />

<!-- Analytics -->
<script defer file-types="iso" data-domain="ultramarine-linux.org" src="https://plausible.fyralabs.com/js/script.file-downloads.js"></script>
<script defer file-types="iso" data-domain="ultramarine-linux.org" src="https://plausible.fyralabs.com/js/script.file-downloads.outbound-links.js"></script>

0 comments on commit 8f2f199

Please sign in to comment.