Skip to content

Commit 43179d1

Browse files
committed
docs optimization: use defer instead of async
1 parent 43b2238 commit 43179d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts/_partials/head/script-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Insert scripts NOT needed by stylesheets here -->
22
<!-- Start of Reo Javascript -->
33
<script type="text/javascript">
4-
!function () { var e, t, n; e = "a92cfcfa51eca96", t = function () { Reo.init({ clientID: "a92cfcfa51eca96" }) }, (n = document.createElement("script")).src = "https://static.reo.dev/" + e + "/reo.js", n.async = !0, n.onload = t, document.head.appendChild(n) }();
4+
!function(){var e,t,n;e="a92cfcfa51eca96",t=function(){Reo.init({clientID:"a92cfcfa51eca96"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();
55
</script>
66
<!-- End of Reo Javascript -->
77
<script>function initApollo() {

0 commit comments

Comments
 (0)