Skip to content

Commit ed0e7d3

Browse files
committed
fix: fix google analytics
1 parent 84c5127 commit ed0e7d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

publishconf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
# Following items are often useful when publishing
2020

2121
# DISQUS_SITENAME = ""
22-
ANALYTICS = """
22+
ANALYTICS = """
2323
<!-- Google tag (gtag.js) -->
24-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XWB36N1RBR"></script>
24+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q6BVKYG327"></script>
2525
<script>
2626
window.dataLayer = window.dataLayer || [];
2727
function gtag(){dataLayer.push(arguments);}
2828
gtag('js', new Date());
2929
30-
gtag('config', 'G-XWB36N1RBR');
30+
gtag('config', 'G-Q6BVKYG327');
3131
</script>
3232
"""

0 commit comments

Comments
 (0)