this repo has no description
0
fork

Configure Feed

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

add onedollarstats

+6
+6
src/components/SiteLayout.astro
··· 8 8 <head> 9 9 <meta charset="utf-8" /> 10 10 <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💛</text></svg>"> 11 + <script 12 + defer 13 + is:inline 14 + src="https://assets.onedollarstats.com/tracker.js" 15 + id="stonks" 16 + ></script> 11 17 <meta name="viewport" content="width=device-width" /> 12 18 <meta name="generator" content={Astro.generator} /> 13 19 <title>{ title }</title>