Skip to content

Commit eacec7e

Browse files
authored
Merge pull request #714 from DuendeSoftware/mb/reodev
Add reo.dev (via JoeB)
2 parents e14ded1 + 4f261db commit eacec7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

astro.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ export default defineConfig({
6969
content:
7070
"(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MMR39D3G');",
7171
},
72+
// Reo.dev
73+
{
74+
tag: "script",
75+
content:
76+
"!function(){var e,t,n;e='abfbaac4dad2301',t=function(){Reo.init({clientID:'abfbaac4dad2301'})},(n=document.createElement('script')).src='https://static.reo.dev/'+e+'/reo.js',n.defer=!0,n.onload=t,document.head.appendChild(n)}();",
77+
},
7278
// HubSpot
7379
{
7480
tag: "script",

0 commit comments

Comments
 (0)