Skip to content

Commit b07e04e

Browse files
committed
Disable GA on shapez for better privacy
1 parent 885d1e6 commit b07e04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function gulptasksHTML($, gulp, buildFolder) {
5656
document.head.appendChild(css);
5757

5858
// Google analytics
59-
if (googleAnalytics) {
59+
if (googleAnalytics && false) {
6060
const tagManagerScript = document.createElement("script");
6161
tagManagerScript.src =
6262
"https://www.googletagmanager.com/gtag/js?id=UA-165342524-1";

0 commit comments

Comments
 (0)