Skip to content

Commit c14e7ce

Browse files
committed
analytics added directly
1 parent 2062b25 commit c14e7ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/layouts/BaseHead.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-pink.png
7171
<link rel="alternate" type="application/rss+xml" title={siteConfig.title} href="/rss.xml" />
7272

7373
<meta name="generator" content={Astro.generator} />
74-
<Analytics />
74+
<!--<Analytics />-->
7575
<!-- Google tag (gtag.js) -->
76-
<!--<script async type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GV20S7JE8Q" is:inline></script>
77-
<script type="text/partytown" is:inline>
76+
<script async type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GV20S7JE8Q" is:inline></script>
77+
<script type="text/partytown" is:inline>
7878
window.dataLayer = window.dataLayer || [];
7979
function gtag() {
8080
dataLayer.push(arguments);
8181
}
8282
gtag("js", new Date());
8383

8484
gtag("config", "G-GV20S7JE8Q");
85-
</script>-->
85+
</script>
8686

8787
<!--<ClientRouter />-->

0 commit comments

Comments
 (0)