Add Fathom

This commit is contained in:
Cassidy Williams
2023-11-12 13:47:08 -06:00
parent 3446327893
commit 38c201962a

View File

@@ -51,4 +51,8 @@ const { title, description, image = "/home-blog-card.png" } = Astro.props;
type="application/rss+xml" type="application/rss+xml"
title={SITE_TITLE} title={SITE_TITLE}
/> />
<!-- Fathom -->
<script src="https://cdn.usefathom.com/script.js" data-site="OHWKNQJQ" defer
></script>
</head> </head>