Skip to content

Commit 04a2c40

Browse files
authored
fix GA value (#19)
1 parent cf809b4 commit 04a2c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
function gtag(){dataLayer.push(arguments);}
4343
gtag('js', new Date());
4444

45-
gtag('config', 'UA-164070125-1');
45+
gtag('config', e.content);
4646
};
4747
d.body.appendChild(s);
4848
})(document)

0 commit comments

Comments
 (0)