Skip to content

Commit

Permalink
Merge pull request #15 from elijames-codecov/STAT-872-add-plausible
Browse files Browse the repository at this point in the history
add plausible
  • Loading branch information
elijames-codecov committed Aug 2, 2024
2 parents aa4229e + c773a15 commit 5b86c90
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 @@ -79,6 +79,11 @@ const canonicalURL = `https://fair.io/${seoSlug}`;
<meta name="twitter:image" content={seoMetaImage}/>
<link rel="canonical" href={canonicalURL}/>
<title>{title}</title>
<script
defer
data-domain="fair.io"
src="https://plausible.io/js/script.js"
></script>
</head>
<body class="bg-background">
<Navigation links={links} socialLinks={socialLinks} />
Expand Down

0 comments on commit 5b86c90

Please sign in to comment.