Skip to content

Commit

Permalink
add plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
bcheidemann committed Dec 17, 2023
1 parent 24365c3 commit 55aa044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const { title } = Astro.props;
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<script
defer
data-domain="heidemann.dev"
src="https://plausible.io/js/script.js"
></script>
</head>
<body>
<div class="overlay-gradient-1"></div>
Expand Down

0 comments on commit 55aa044

Please sign in to comment.