Skip to content

Commit

Permalink
Adds Umami
Browse files Browse the repository at this point in the history
  • Loading branch information
shaz-r committed May 31, 2024
1 parent 6b0cc81 commit fa7d216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />

<!-- Umami Tracking -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="bc63d4ac-5978-4c95-be45-a448d7323311"></script>

0 comments on commit fa7d216

Please sign in to comment.