feat: add out of the box support for Splitbee Analytics
This commit is contained in:
6
src/components/core/SplitbeeAnalytics.astro
Normal file
6
src/components/core/SplitbeeAnalytics.astro
Normal 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>
|
Reference in New Issue
Block a user