feat: add out of the box support for Splitbee Analytics

This commit is contained in:
Liran Tal
2022-10-11 11:18:35 +00:00
parent e7fd6cc72c
commit 45850cbd70
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<!-- Splitbee Analytics -->
<script
data-respect-dnt={Astro.props.doNotTrack}
data-no-cookie={Astro.props.noCookieMode}
async src="https://cdn.splitbee.io/sb.js">
</script>