Skip to content

Commit 340059d

Browse files
authored
feat(track): added reo back (#476)
1 parent c6b4f1d commit 340059d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const config = {
3232
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",
3333
},
3434
"factorsai.js",
35+
"reo.js",
3536
],
3637
plugins: [
3738
"docusaurus-plugin-hubspot",

static/reo.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
!(function () {
2+
var e, t, n;
3+
((e = "42f495c8c5244dd"),
4+
(t = function () {
5+
Reo.init({ clientID: e });
6+
}),
7+
((n = document.createElement("script")).src =
8+
"https://static.reo.dev/" + e + "/reo.js"),
9+
(n.defer = !0),
10+
(n.onload = t),
11+
document.head.appendChild(n));
12+
})();

0 commit comments

Comments
 (0)