Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reo.dev integration to docs (#872)
Browse files Browse the repository at this point in the history
HarshCasper authored Oct 20, 2023
1 parent 11bda94 commit e5a985e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
@@ -4,5 +4,9 @@
appId: 'XBW1JU7CW5',
apiKey: '6b0341e2f50196d328d088dbb5cd6166',
indexName: 'localstack',
});</script>
<script src="{{ "js/global-script.js" | relURL }}"></script>
});</script>
<script src="{{ "js/global-script.js" | relURL }}"></script>

<script type="text/javascript">
!function(){var e,t,n;e="179335348579cf9",t=function(){Reo.init({clientID:"179335348579cf9"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}();
</script>

0 comments on commit e5a985e

Please sign in to comment.