mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-12-12 15:02:18 +00:00
use async script loading instead of defer
This commit is contained in:
parent
fce71280bb
commit
c3dedda4ff
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
<!-- cabin analytics -->
|
<!-- cabin analytics -->
|
||||||
<script async src="https://cabin.runtimeterror.dev/hello.js"></script>
|
<script async src="https://cabin.runtimeterror.dev/hello.js"></script>
|
||||||
<!-- bearlytics -->
|
<!-- bearlytics -->
|
||||||
<script data-site="ZHFGHYJ" src="https://bearlytics.runtimeterror.dev/script.js" defer></script>
|
<script data-site="ZHFGHYJ" src="https://bearlytics.runtimeterror.dev/script.js" async></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- syntax highlighting -->
|
<!-- syntax highlighting -->
|
||||||
|
|
Loading…
Reference in a new issue