From 67c1eefc45b8daea7d136a1df8684628352f47e6 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 26 Aug 2024 19:13:43 +0200 Subject: [PATCH] chore: disable countly script --- src/.vuepress/theme/util/countly.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/theme/util/countly.js b/src/.vuepress/theme/util/countly.js index 73f33b2a8..0e4623952 100644 --- a/src/.vuepress/theme/util/countly.js +++ b/src/.vuepress/theme/util/countly.js @@ -37,7 +37,10 @@ export function loadScript() { var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cly, s); })();` - document.body.appendChild(countlyScript) + // Countly was disabled in 2024Q1 + // https://github.com/ipfs/ipfs-webui/issues/2198 + // https://github.com/ipfs-shipyard/ignite-metrics/issues/133 + // document.body.appendChild(countlyScript) } /*