Skip to content

Commit d2d944f

Browse files
committed
feat(privacy): Remove GA from docs page
1 parent 39e554b commit d2d944f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,5 @@
1515
<script src="https://unpkg.com/docute/plugins/docsearch.js"></script>
1616
<script src="./config.js"></script>
1717
<!-- don't remove this part end -->
18-
19-
<!-- Google Analytics -->
20-
<script>
21-
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
22-
ga('create', 'UA-92766713-1', 'auto');
23-
ga('send', 'pageview');
24-
docute.router.afterEach(function (to) {
25-
ga('set', 'page', to.fullPath);
26-
ga('send', 'pageview');
27-
});
28-
</script>
29-
<script async src='https://www.google-analytics.com/analytics.js'></script>
30-
<!-- End Google Analytics -->
3118
</body>
3219
</html>

0 commit comments

Comments
 (0)