diff --git a/gulp/html.js b/gulp/html.js index c7c7c534..a32451c7 100644 --- a/gulp/html.js +++ b/gulp/html.js @@ -56,7 +56,7 @@ function gulptasksHTML($, gulp, buildFolder) { document.head.appendChild(css); // Google analytics - if (googleAnalytics) { + if (googleAnalytics && false) { const tagManagerScript = document.createElement("script"); tagManagerScript.src = "https://www.googletagmanager.com/gtag/js?id=UA-165342524-1";