this repo has no description
0
fork

Configure Feed

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

cf analytics

alice 5d97695e 0d353b80

+2 -2
+2 -2
src/app/layout.tsx
··· 9 9 <body> 10 10 {children} 11 11 <Script src="https://cursor-party.aliceisjustplaying.partykit.dev/cursors.js"></Script> 12 - <Script src="https://scripts.simpleanalyticscdn.com/latest.js" /> 12 + <Script src="https://scripts.simpleanalyticscdn.com/latest.js"></Script> 13 + <Script src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "7d35b560a68b4b0bb695d5cb8bc7ddff"}'></Script> 13 14 </body> 14 - <GA /> 15 15 </html> 16 16 ); 17 17 }