Skip to content

Commit 8c1b0c4

Browse files
committed
fix
1 parent b6082c0 commit 8c1b0c4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

theme/index.hbs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@
385385
window.dataLayer = window.dataLayer || [];
386386
function gtag(){dataLayer.push(arguments);}
387387
gtag('js', new Date());
388-
gtag('config', 'G-8QHENNPT4B');
388+
gtag('config', 'G-DSTYJWERH0');
389389
390390
var gtagScript = document.createElement('script');
391391
gtagScript.async = true;
392-
gtagScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-8QHENNPT4B';
392+
gtagScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-DSTYJWERH0';
393393
document.head.appendChild(gtagScript);
394394
</script>
395395

@@ -532,9 +532,6 @@
532532
<script src="{{ ../path_to_root }}{{this}}"></script>
533533
{{/each}}
534534

535-
<!-- Custom analytics -->
536-
<script defer src="https://www.fairanalytics.de/pixel/deXeO7BNBrMuhdG1"></script>
537-
538535
<script>
539536
(function initParticles() {
540537
var container = document.querySelector('.particles');

0 commit comments

Comments
 (0)