Skip to content

Commit

Permalink
chore: add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Oct 28, 2024
1 parent 973e06d commit 0cfb4a2
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 @@ -42,6 +42,11 @@ const canonical = new URL(Astro.url.pathname, Astro.site).href;
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="generator" content={Astro.generator} />
<link rel="sitemap" href="/sitemap-index.xml" />
<script
defer
data-domain="auth.wiki"
src="https://plausible.io/js/script.outbound-links.js"
></script>
</head>

<body>
Expand Down

0 comments on commit 0cfb4a2

Please sign in to comment.