mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
feat: add analytics
This commit is contained in:
parent
fcb354957a
commit
af40dbd038
1 changed files with 10 additions and 0 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue