this repo has no description
0
fork

Configure Feed

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

remove staging from urls

alice 8c93a698 598b70b9

+2 -2
+1 -1
index.html
··· 41 41 >Fork me on GitHub</a 42 42 > 43 43 <div id="credits"> 44 - Created by&nbsp;<a href="https://staging.bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf" target="_blank" 44 + Created by&nbsp;<a href="https://bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf" target="_blank" 45 45 >@alice.bsky.sh</a 46 46 > 47 47 </div>
+1 -1
src/atproto.tsx
··· 23 23 posts.push( 24 24 ...res.feed.map((e) => ({ 25 25 text: (e.post.record as any).text, 26 - uri: e.post.uri.replace('app.bsky.feed.', '').replace('at://', 'https://staging.bsky.app/profile/'), 26 + uri: e.post.uri.replace('app.bsky.feed.', '').replace('at://', 'https://bsky.app/profile/'), 27 27 likeCount: e.post.likeCount, 28 28 did: e.post.author.did, 29 29 handle: e.post.author.handle,