Skip to content

Commit

Permalink
πŸ“ˆ add plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath authored Sep 14, 2023
1 parent d05ee7a commit cd184a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/website/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = '/placeholder-scottnath.jpeg' } = Astro.props;
---
<script defer data-domain="scottnath.com" src="https://plausible.io/js/script.js" type="text/partytown"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B00ZXZSE29" type="text/partytown"></script>
Expand Down

0 comments on commit cd184a3

Please sign in to comment.