add analytics
This commit is contained in:
parent
ea8b02fc3b
commit
f1d3b5e162
3 changed files with 10 additions and 2 deletions
4
src/components/Analytics.astro
Normal file
4
src/components/Analytics.astro
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
const production = import.meta.env.PRODUCTION;
|
||||
---
|
||||
{production && <script is:inline defer data-domain="quickshell.outfoxxed.me" src="https://plausible.outfoxxed.me/js/script.js"></script>}
|
||||
Loading…
Add table
Add a link
Reference in a new issue