back interdiff of round #1 and #0

Add Bluesky comments to blog posts #1

merged
opened by finxol.io targeting main from feat/add-bsky-comments

Add a bsky post cid to have display comments directly in the blog post

ERROR
content/posts/embracing-atproto-pt-2-tangled-knot.md

Failed to calculate interdiff for this file.

NEW
content.config.ts
···
})
),
tags: z.array(z.string()),
-
published: z.boolean().optional()
+
published: z.boolean().optional(),
+
bskyCid: z.string().optional()
})
})
)