Personal Site
0
fork

Configure Feed

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

Install a rich text segmenter

+12
+1
package.json
··· 13 13 "@astrojs/node": "^9.3.1", 14 14 "@atcute/atproto": "^3.1.1", 15 15 "@atcute/bluesky": "^3.2.0", 16 + "@atcute/bluesky-richtext-segmenter": "^2.0.3", 16 17 "@atcute/client": "^4.0.3", 17 18 "@atcute/identity-resolver": "^1.1.3", 18 19 "@atcute/lexicons": "^1.1.0",
+11
pnpm-lock.yaml
··· 22 22 '@atcute/bluesky': 23 23 specifier: ^3.2.0 24 24 version: 3.2.0 25 + '@atcute/bluesky-richtext-segmenter': 26 + specifier: ^2.0.3 27 + version: 2.0.3 25 28 '@atcute/client': 26 29 specifier: ^4.0.3 27 30 version: 4.0.3 ··· 71 74 72 75 '@atcute/atproto@3.1.1': 73 76 resolution: {integrity: sha512-D+RLTIPF0xLu7BPZY8KSewAPemJFh+3n3zeQ3ROsLxbTtCHbrTDMAmAFexaVRAPGcPYrwXaBUlv7yZjScJolMg==} 77 + 78 + '@atcute/bluesky-richtext-segmenter@2.0.3': 79 + resolution: {integrity: sha512-8Jy2EHdqx0mKI0k8l4h2cnaBN1pGgSzSazO0Gp85ttIQmgynZsQX6l4OWgaQx0aNZFmqZRXJ7N0rj/b2dlO1eQ==} 74 80 75 81 '@atcute/bluesky@3.2.0': 76 82 resolution: {integrity: sha512-OqPLqUNjXcgQ25MaPdU7H0QcWmZrx6QQk7d5B22A5U4xy+hZJ954kQ5mSAn24Bt0DEm4j/isq1WZovr3vaPTUA==} ··· 1666 1672 1667 1673 '@atcute/atproto@3.1.1': 1668 1674 dependencies: 1675 + '@atcute/lexicons': 1.1.0 1676 + 1677 + '@atcute/bluesky-richtext-segmenter@2.0.3': 1678 + dependencies: 1679 + '@atcute/bluesky': 3.2.0 1669 1680 '@atcute/lexicons': 1.1.0 1670 1681 1671 1682 '@atcute/bluesky@3.2.0':