We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4360b5b commit c0ac15bCopy full SHA for c0ac15b
src/lib/layouts/Global.astro
@@ -60,12 +60,13 @@ const image = `https://ghostdev.xyz${image_path}`;
60
61
<!-- Privacy respecting analytics -->
62
<script
63
+ async
64
is:inline
65
data-goatcounter="https://ghost.goatcounter.com/count"
- async
66
src="https://gc.zgo.at/count.js"></script>
67
68
defer
69
+ is:inline
70
data-domain="ghostdev.xyz"
71
src="https://plausible.willow.sh/js/script.js"></script>
72
0 commit comments