Remove GA
All checks were successful
ci / build-image (push) Successful in 11s

This commit is contained in:
Jonathan Cremin 2025-05-20 13:53:34 +01:00
parent fb9e324ac5
commit cf94976d3c

View file

@ -43,17 +43,6 @@
<script>
window.__INITIAL_STATE__=<%-JSON.stringify(initialState)%>
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script>
window.ga =
window.ga ||
function() {
(ga.q = ga.q || []).push(arguments);
};
ga.l = +new Date();
ga("create", "UA-66209-8", "auto");
ga("send", "pageview");
</script>
<script src="/dist/<%=manifest['js/main.js']%>"></script>
</body>
</html>