diff --git a/docs-website/docusaurus.config.js b/docs-website/docusaurus.config.js index 07fc796280..35b00273d3 100644 --- a/docs-website/docusaurus.config.js +++ b/docs-website/docusaurus.config.js @@ -39,6 +39,9 @@ module.exports = { { src: "https://tag.clearbitscripts.com/v1/pk_2e321cabe30432a5c44c0424781aa35f/tags.js", referrerPolicy: "strict-origin-when-cross-origin" + }, + { + src: "/scripts/reo.js", } ], noIndex: isSaas, diff --git a/docs-website/static/scripts/reo.js b/docs-website/static/scripts/reo.js new file mode 100644 index 0000000000..8da5ccb861 --- /dev/null +++ b/docs-website/static/scripts/reo.js @@ -0,0 +1 @@ +!function(){var e,t,n;e="6d6de29f8c2b6b8",t=function(){Reo.init({clientID:"6d6de29f8c2b6b8"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}(); \ No newline at end of file