diff --git a/docusaurus.config.js b/docusaurus.config.js index a112c244..3729e84c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -32,6 +32,7 @@ const config = { src: "data:,let%20prevUrl%20%3D%20undefined%3B%0AsetInterval%28%28%29%20%3D%3E%20%7B%0A%20%20const%20currUrl%20%3D%20window.location.href%3B%0A%20%20if%20%28currUrl%20%21%3D%3D%20prevUrl%29%20%7B%0A%20%20%20%20%2F%2F%20URL%20changed%0A%20%20%20%20prevUrl%20%3D%20currUrl%3B%0A%20%20%20%20if%20%28window.jitsu%29%20%7B%0A%20%20%20%20%20%20window.jitsu.page%28%29%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%2C%201000%29%3B", }, "factorsai.js", + "reo.js", ], plugins: [ "docusaurus-plugin-hubspot", diff --git a/static/reo.js b/static/reo.js new file mode 100644 index 00000000..c03f6189 --- /dev/null +++ b/static/reo.js @@ -0,0 +1,12 @@ +!(function () { + var e, t, n; + ((e = "42f495c8c5244dd"), + (t = function () { + Reo.init({ clientID: e }); + }), + ((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