Skip to content

Commit

Permalink
Add ReoDev tracking pixel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jan 31, 2025
1 parent 27a1bd8 commit 4675cdd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ ${content}
src: "/analytics.js",
async: true,
},
{
src: "/scripts/reodev.js",
async: true,
},
],

clientModules: ["./static/routeUpdateModule.js"],
Expand Down
12 changes: 12 additions & 0 deletions www/static/scripts/reodev.js
Original file line number Diff line number Diff line change
@@ -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);
})();

0 comments on commit 4675cdd

Please sign in to comment.