Skip to content

Commit e25365b

Browse files
committed
fix: change google analytics property for 2026
1 parent ff76150 commit e25365b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/analytics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VX33PFLGQM"></script>
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W4P1X1T11Q"></script>
33
<script>
44
window.dataLayer = window.dataLayer || [];
55
function gtag(){dataLayer.push(arguments);}
66
gtag('js', new Date());
7-
gtag('config', 'G-VX33PFLGQM');
7+
gtag('config', 'G-W4P1X1T11Q');
88
</script>

0 commit comments

Comments
 (0)