Skip to content

Commit 41899aa

Browse files
authored
Revert "Add Reo.dev analytics script (#906)" (#910)
This reverts commit ab5a34a.
1 parent b4ab517 commit 41899aa

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,6 @@ const config: Config = {
104104
},
105105
};
106106
},
107-
function reo() {
108-
return {
109-
name: 'reo-dev',
110-
injectHtmlTags() {
111-
if (!isProductionDeploy) return {};
112-
return {
113-
headTags: [
114-
{
115-
tagName: 'script',
116-
// Reo.dev tracking loader.
117-
// Source: Generated from the Reo.dev dashboard for Stacklok.
118-
// The snippet is intentionally kept minified and should not be edited manually.
119-
// To update, re-generate from the Reo.dev dashboard and replace the string verbatim.
120-
innerHTML:
121-
'!function(){var e,t,n;e="3a4f9a7c603cbc3",t=function(){Reo.init({clientID:"3a4f9a7c603cbc3", enableThirdPartyTracking: true})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();',
122-
},
123-
],
124-
};
125-
},
126-
};
127-
},
128107
],
129108

130109
// Set the production url of your site here

0 commit comments

Comments
 (0)