Skip to content

Commit 42b4b42

Browse files
committed
analytics added directly
1 parent 971a23b commit 42b4b42

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
@@ -79,17 +79,17 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-pink.png
7979
<link rel="alternate" type="application/rss+xml" title={siteConfig.title} href="/rss.xml" />
8080

8181
<meta name="generator" content={Astro.generator} />
82-
<Analytics />
82+
<!--<Analytics />-->
8383
<!-- Google tag (gtag.js) -->
84-
<!--<script async type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GV20S7JE8Q" is:inline></script>
85-
<script type="text/partytown" is:inline>
84+
<script async type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GV20S7JE8Q" is:inline></script>
85+
<script type="text/partytown" is:inline>
8686
window.dataLayer = window.dataLayer || [];
8787
function gtag() {
8888
dataLayer.push(arguments);
8989
}
9090
gtag("js", new Date());
9191

9292
gtag("config", "G-GV20S7JE8Q");
93-
</script>-->
93+
</script>
9494

9595
<!--<ClientRouter />-->

0 commit comments

Comments
 (0)