docs: add Scarf usage-analytics pixel to docs + README

Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
This commit is contained in:
Devin AI
2026-06-30 18:15:08 +00:00
parent f342808d2b
commit 1099eefedd
27 changed files with 112 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
export const ScarfPixel = () => (
<img
referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=a0ba15dd-a205-4a54-95d6-7814e9ae6b61"
alt=""
width="1"
height="1"
style={{ position: "absolute", width: 0, height: 0, opacity: 0, pointerEvents: "none" }}
/>
);