diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js index 68b0458d..3e99a154 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -188,6 +188,10 @@ ${content} src: "/analytics.js", async: true, }, + { + src: "/scripts/reodev.js", + async: true, + }, ], clientModules: ["./static/routeUpdateModule.js"], diff --git a/www/static/scripts/reodev.js b/www/static/scripts/reodev.js new file mode 100644 index 00000000..ffcd2c96 --- /dev/null +++ b/www/static/scripts/reodev.js @@ -0,0 +1,12 @@ +!(function () { + var e, t, n; + (e = "bee1b236544e40e"), + (t = function () { + Reo.init({ clientID: "bee1b236544e40e" }); + }), + ((n = document.createElement("script")).src = + "https://static.reo.dev/" + e + "/reo.js"), + (n.async = !0), + (n.onload = t), + document.head.appendChild(n); +})();