prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

add goatcounter

Tyler 83ff699a abb0a538

+9
+9
packages/site/index.html
··· 8 8 <body> 9 9 <div id="root"></div> 10 10 <script type="module" src="/src/main.tsx"></script> 11 + <script> 12 + // Append to the <body>; can use a CSS selector to append somewhere else. 13 + window.goatcounter.visit_count({ append: "body" }); 14 + </script> 15 + <script 16 + data-goatcounter="https://tylerlaws0n.goatcounter.com/count" 17 + async 18 + src="//gc.zgo.at/count.js" 19 + ></script> 11 20 </body> 12 21 </html>