feat: add analytics

This commit is contained in:
rzmk 2025-09-15 21:45:43 -04:00
parent fcb354957a
commit af40dbd038

View file

@ -11,6 +11,7 @@ export interface Props {
}
const { title } = Astro.props;
const rybbitSiteId = "3";
---
<!DOCTYPE html>
@ -47,6 +48,15 @@ const { title } = Astro.props;
content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool."
/>
<meta property="twitter:image" content="/sm-preview.jpg" />
<script
src="https://mk-analytics.dathere.com/api/script.js"
data-site-id={rybbitSiteId}
data-session-replay="true"
data-track-errors="true"
data-web-vitals="true"
async
defer
></script>
</head>
<body>
<slot />