File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export type AnalyticsEvent =
1111
1212export function trackEvent ( name : AnalyticsEvent ) : void {
1313 if ( typeof window !== 'undefined' ) {
14- console . debug ( '[analytics] trackEvent fired for event:' , name ) ;
1514 window . fathom ?. trackEvent ( name ) ;
1615 }
1716}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const pageUrl = Astro.url.href;
5252 <link rel =" preconnect" href =" https://fonts.googleapis.com" />
5353 <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin =" " />
5454 <!-- Fathom - beautiful, simple website analytics -->
55- <script src =" https://cdn.usefathom.com/script.js" data-site =" FKXYYJDU" defer is:inline ></script >
55+ <script src =" https://cdn.usefathom.com/script.js" data-site =" FKXYYJDU" defer ></script >
5656 <!-- / Fathom -->
5757 <script is:inline >
5858 const stored = localStorage.getItem('pcd-map-style');
You can’t perform that action at this time.
0 commit comments