this repo has no description
0
fork

Configure Feed

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

add proper nouns

+3
+3
src/constants.ts
··· 53 53 "frog/frogs": "frog-frogs", 54 54 "rat/rats": "rat-rats", 55 55 "shark/sharks": "shark-sharks", 56 + "name/proper nouns": "proper-nouns", 56 57 }; 57 58 58 59 export const URIs: Record<string, string> = { ··· 164 165 "rat/rats", 165 166 "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2zv7xcpq62u": 166 167 "shark/sharks", 168 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l32xb7nvgh2x": 169 + "name/proper nouns", 167 170 }; 168 171 169 172 export const DID = process.env.DID ?? "";