Personal blog finxol.io
blog

chore: add bsky post cid to content schema

finxol.io 7b7dcf4a c612fa20

verified
+3 -1
+2 -1
content.config.ts
··· 26 26 }) 27 27 ), 28 28 tags: z.array(z.string()), 29 - published: z.boolean().optional() 29 + published: z.boolean().optional(), 30 + bskyCid: z.string().optional() 30 31 }) 31 32 }) 32 33 )
+1
content/posts/embracing-atproto-pt-2-tangled-knot.md
··· 10 10 - atproto 11 11 - self-hosting 12 12 published: true 13 + bskyCid: bafyreid4opjtllapzeyjgrsqcfrzyz2t6wjmxulmkhuh2wc6cyg5bre2su 13 14 --- 14 15 15 16 I recently set up my own atproto PDS, for use with Bluesky and all other atproto apps.