mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

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

chore: leaflet migrated to standard.site, let's also do that

Amy 96bf5fb4 755b80f4

+2 -2
+1 -1
index.html
··· 208 208 } 209 209 210 210 // Configuration options 211 - const COLLECTION_NSIDS = ["pub.leaflet.document", "site.standard.document"]; 211 + const COLLECTION_NSIDS = ["site.standard.document"]; 212 212 const USER_DID = "did:plc:gijpvbkdbr56kazbdjhfvb3d"; 213 213 const USER_PDS = "https://porcini.us-east.host.bsky.network"; 214 214 const MAX_LATEST_POSTS = 5;
+1 -1
leaflet-fallback.el
··· 1 1 ;; -*- lexical-binding: t; -*- 2 - (defconst atproto-collection-nsids '("pub.leaflet.document" "site.standard.document")) 2 + (defconst atproto-collection-nsids '("site.standard.document")) 3 3 (defconst atproto-user-did "did:plc:gijpvbkdbr56kazbdjhfvb3d") 4 4 (defconst atproto-pds "https://porcini.us-east.host.bsky.network") 5 5 (defconst max-entries 5)