diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
| commit | fcc2f4704e39b0e69b377cc138f75027721dac22 (patch) | |
| tree | 732fc94b354a26c08fba9cc9059f9c6c900182be /src/components/common/SplitbeeAnalytics.astro | |
Initial template
Diffstat (limited to 'src/components/common/SplitbeeAnalytics.astro')
| -rw-r--r-- | src/components/common/SplitbeeAnalytics.astro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/common/SplitbeeAnalytics.astro b/src/components/common/SplitbeeAnalytics.astro new file mode 100644 index 0000000..66651db --- /dev/null +++ b/src/components/common/SplitbeeAnalytics.astro @@ -0,0 +1,6 @@ +--- +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> |
