File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 />-->
You can’t perform that action at this time.
0 commit comments