Skip to content

Commit 05e18c5

Browse files
authored
Merge branch 'main' into 2024-04-02_no_service_worker
2 parents 00febf4 + 7a9d8c2 commit 05e18c5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/_js/main.js

-14
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,4 @@
6868
// set the location to `location.pathname` directly.
6969
history.replaceState({}, '', location.pathname);
7070
}
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-
8571
}());

0 commit comments

Comments
 (0)