Skip to content

Commit aa9123d

Browse files
committed
fix: fixed analytics
1 parent bce0fd7 commit aa9123d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.dataLayer = window.dataLayer || [];
2-
function gtag() { dataLayer.push(arguments); }
2+
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'G-WZL1ZQLZ7K');
5+
gtag('config', 'G-ZXEQFEKF68');

0 commit comments

Comments
 (0)