My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: drop counterscale

Not working, maybe I'll look into it again in the future but for now it's gone.

authored by

Hayden and committed by
GitHub
a14a3028 45bc87c0

-12
-12
src/app/root.tsx
··· 59 59 </div> 60 60 <ScrollRestoration /> 61 61 <Scripts /> 62 - 63 - {process.env.NODE_ENV == "production" ? (<> 64 - <script dangerouslySetInnerHTML={{ __html: ` 65 - (function () { 66 - window.counterscale = { 67 - q: [["set", "siteId", "hayden-moe"], ["trackPageview"]], 68 - }; 69 - }) 70 - `}}> 71 - </script> 72 - <script defer src="https://anal.hayden.moe/tracker.js"></script> 73 - </>) : <></>} 74 62 </body> 75 63 </html> 76 64 );