Skip to content

Commit

Permalink
Replace GA with umami
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Jun 20, 2024
1 parent fb7e8ac commit ab55232
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@
<body>
{{ content }}

<script>
window.GoogleAnalyticsObject = 'ga';
window.ga = window.ga || function() {
(window.ga.q = window.ga.q || []).push(arguments);
};
window.ga.l = Date.now();

ga('create', 'UA-96545608-1', 'auto');
ga(function(tracker) {
tracker.set('sendHitTask', function(model) {
var xhr = new XMLHttpRequest();
xhr.open('GET', 'https://curiosity-seven.vercel.app/api/ev?' + model.get('hitPayload'), true);
xhr.send();
});
});
ga('send', 'pageview');
</script>
<script async defer src="https://curiosity-seven.vercel.app/api/leet" async></script>
<script defer src="https://u.frantic.im/script.js" data-website-id="cd2ea49a-5998-477e-8f35-a6ab8d2df514"></script>
</body>
</html>

0 comments on commit ab55232

Please sign in to comment.