Skip to content

Commit 56c373a

Browse files
fix(index): fix Google tag
1 parent bab555f commit 56c373a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
-->
7171
<script
7272
async
73-
src="https://www.googletagmanager.com/gtag/js?id=G-C8Z4FEEJ9Q"
73+
src="https://www.googletagmanager.com/gtag/js?id=G-2NYQESPF9Y"
7474
></script>
7575
<script>
7676
window.dataLayer = window.dataLayer || [];
7777
function gtag() {
7878
dataLayer.push(arguments);
7979
}
8080
gtag('js', new Date());
81-
gtag('config', 'G-C8Z4FEEJ9Q');
81+
gtag('config', 'G-2NYQESPF9Y');
8282
</script>
8383

8484
<!--

0 commit comments

Comments
 (0)