Make the google search console love me

This commit is contained in:
Cassidy Williams
2024-01-19 15:35:05 -06:00
parent d0b8c75e95
commit 7d28c7f6d9

View File

@@ -52,6 +52,9 @@ const { title, description, image = "/home-blog-card.png" } = Astro.props;
title={SITE_TITLE} title={SITE_TITLE}
/> />
<!-- Google Search Console -->
<meta name="google-site-verification" content="4G1fPeskmgxlQRWUoJxDlkDxL0VswExwh1MuRAwkQzg" />
<!-- Fathom --> <!-- Fathom -->
<script src="https://cdn.usefathom.com/script.js" data-site="OHWKNQJQ" defer <script src="https://cdn.usefathom.com/script.js" data-site="OHWKNQJQ" defer
></script> ></script>