Skip to content

Commit

Permalink
fix: invalid domain for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
herbievine committed Aug 21, 2024
1 parent e8b0efc commit 06d187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/meta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { title, description, slug } = Astro.props;
<link rel="sitemap" href="/sitemap-index.xml" />

<!-- Penkle Analytics -->
<script defer data-domain="https://reactive.so" src="https://penkle.com/scripts/penkle.min.js" />
<script defer data-domain="reactive.so" src="https://penkle.com/scripts/penkle.min.js" />

<!-- Font preloads -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down

0 comments on commit 06d187e

Please sign in to comment.