Skip to content

Commit

Permalink
chore: disable countly script
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 26, 2024
1 parent 623d406 commit 67c1eef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/.vuepress/theme/util/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

/*
Expand Down

0 comments on commit 67c1eef

Please sign in to comment.