An API you can curl, or open in a browser, to receive Bluesky data as markdown!
11
fork

Configure Feed

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

Fix xml:space attribute breaking JSX build

Remove xml:space="preserve" from inline SVG — JSX namespace attributes
are unsupported in React.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

jack 6f647095 03da00e0

+1 -1
+1 -1
app/components/FollowPrompt.tsx
··· 82 82 onClick={dismiss} 83 83 > 84 84 {/* Bluesky icon */} 85 - <svg className={s.bskyIcon} xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 30.56 512 450.84" aria-hidden="true"> 85 + <svg className={s.bskyIcon} xmlns="http://www.w3.org/2000/svg" viewBox="0 30.56 512 450.84" aria-hidden="true"> 86 86 <path d="M111 60.9c58.7 44.1 121.8 133.4 145 181.4 23.2-47.9 86.3-137.3 145-181.4 42.4-31.8 111-56.4 111 21.9 0 15.6-9 131.3-14.2 150.1-18.3 65.3-84.9 82-144.1 71.9 103.5 17.6 129.9 76 73 134.4-108 110.9-155.3-27.8-167.4-63.4-2.2-6.5-3.3-9.6-3.3-7 0-2.6-1.1.5-3.3 7-12.1 35.5-59.4 174.2-167.4 63.4-56.9-58.4-30.5-116.8 73-134.4-59.2 10.1-125.8-6.5-144.1-71.8C9 214.2 0 98.5 0 82.8 0 4.5 68.6 29.1 111 60.9" fill="white"/> 87 87 </svg> 88 88 Follow on Bluesky