Skip to content

Commit

Permalink
Add Plausible script
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 25, 2024
1 parent 96e19cb commit 3d32100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ const { title, description } = Astro.props;
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} /> -->

<script
defer
data-domain="blog.date-fns.org"
src="https://plausible.io/js/script.js"></script>

0 comments on commit 3d32100

Please sign in to comment.