Skip to content

Commit c0ac15b

Browse files
committed
fix: astro-check warning
1 parent 4360b5b commit c0ac15b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/layouts/Global.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ const image = `https://ghostdev.xyz${image_path}`;
6060

6161
<!-- Privacy respecting analytics -->
6262
<script
63+
async
6364
is:inline
6465
data-goatcounter="https://ghost.goatcounter.com/count"
65-
async
6666
src="https://gc.zgo.at/count.js"></script>
6767
<script
6868
defer
69+
is:inline
6970
data-domain="ghostdev.xyz"
7071
src="https://plausible.willow.sh/js/script.js"></script>
7172

0 commit comments

Comments
 (0)