this repo has no description
0
fork

Configure Feed

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

fix repo name in sample bleet

alice 83c11f3a d8f5f0d3

+3 -3
+3 -3
index.ts
··· 20 20 { 21 21 index: { start: bleet.indexOf('>>>') + 3, end: bleet.indexOf('<<<') }, 22 22 type: 'link', 23 - value: 'https://github.com/aliceisjustplaying/bluesky-starter-kit', 23 + value: 'https://github.com/aliceisjustplaying/atproto-starter-kit', 24 24 }, 25 25 ], 26 26 embed: { 27 27 $type: 'app.bsky.embed.external', 28 28 external: { 29 - uri: 'https://github.com/aliceisjustplaying/bluesky-starter-kit', 30 - title: "alice's bluesky starter kit", 29 + uri: 'https://github.com/aliceisjustplaying/atproto-starter-kit', 30 + title: "alice's atproto starter kit", 31 31 description: "i'm just playing around with the api", 32 32 }, 33 33 },