Skip to content

Commit

Permalink
add Reo JS to script header (#11396)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Osinski <[email protected]>
  • Loading branch information
paulOsinski and Paul Osinski authored Dec 9, 2024
1 parent 45b33b7 commit ca6628d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/layouts/partials/head/script-header.html
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<!-- Insert scripts NOT needed by stylesheets here -->
<!-- Start of Reo Javascript -->
<script type="text/javascript">
!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)}();
</script>
<!-- End of Reo Javascript -->

0 comments on commit ca6628d

Please sign in to comment.