www_projectinca_archive/src/components/common/SplitbeeAnalytics.astro
2024-06-04 08:03:43 -04:00

7 lines
245 B
Plaintext

---
const { doNotTrack = true, noCookieMode = false, url = 'https://cdn.splitbee.io/sb.js' } = Astro.props;
---
<!-- Splitbee Analytics -->
<script is:inline data-respect-dnt={doNotTrack} data-no-cookie={noCookieMode} async src={url}></script>