File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ const resolvedOgDescription = ogDescription ?? description;
5151 <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
5252
5353 <!-- Eurolytics analytics -->
54- <script defer data-site-id =" e3e32f8a-efdd-41d8-b13e-9682c03bcbc6" src =" https://cdn .eurolytics.io/tracker .js" ></script >
54+ <script defer data-site-id =" e3e32f8a-efdd-41d8-b13e-9682c03bcbc6" src =" https://events .eurolytics.app/js/script .js" ></script >
5555</head >
Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ const props = Astro.props;
1919<html lang =" en" >
2020 <SEOHead {... props } />
2121 <body class =" min-h-screen flex flex-col" >
22- <!-- Eurolytics noscript fallback -->
23- <noscript ><img src =" https://pixel.eurolytics.io/noscript?id=e3e32f8a-efdd-41d8-b13e-9682c03bcbc6" style =" display:none" width =" 1" height =" 1" alt =" " /></noscript >
2422 <Navigation />
2523 <main class =" flex-1" >
2624 <slot />
2725 </main >
2826 <Footer />
27+ <!-- Eurolytics: AI & Bot Crawler Detection -->
28+ <noscript ><img src =" https://events.eurolytics.app/p.gif?s=e3e32f8a-efdd-41d8-b13e-9682c03bcbc6" alt =" " width =" 1" height =" 1" style =" position:absolute;left:-9999px" ></noscript >
29+ <a href =" https://events.eurolytics.app/hp?s=e3e32f8a-efdd-41d8-b13e-9682c03bcbc6" rel =" nofollow" style =" position:absolute;left:-9999px" aria-hidden =" true" tabindex =" -1" >.</a >
2930 </body >
3031</html >
You can’t perform that action at this time.
0 commit comments