We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00febf4 + 7a9d8c2 commit 05e18c5Copy full SHA for 05e18c5
src/_js/main.js
@@ -68,18 +68,4 @@
68
// set the location to `location.pathname` directly.
69
history.replaceState({}, '', location.pathname);
70
}
71
-
72
- // Google Analytics.
73
- const UA_ID = 'UA-65961526-1';
74
- self.GoogleAnalyticsObject = 'ga';
75
- self.ga = function() {
76
- ga.q.push(arguments);
77
- };
78
- ga.l = +new Date();
79
- ga.q = [];
80
- ga('create', UA_ID, 'auto');
81
- ga('set', 'referrer', document.referrer.split('?')[0]);
82
- ga('send', 'pageview');
83
- insertScript('https://www.google-analytics.com/analytics.js');
84
85
}());
0 commit comments