this repo has no description
2
fork

Configure Feed

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

fix landing i think

+1 -1
+1 -1
landing/landing.ts
··· 33 33 `http://pi:8000/xrpc/com.atproto.repo.getRecord?repo=${repo.did}&collection=app.bsky.actor.profile&rkey=self` 34 34 ) 35 35 .then((res) => res.json()) 36 - .then((profile) => profile.value.displayName), 36 + .then((profile) => profile?.value?.displayName), 37 37 // dont validate handles because I'm Lazy + trust myself 38 38 handle: fetch( 39 39 repo.did.startsWith("did:plc")