Add a bsky post cid to have display comments directly in the blog post
ERROR
.zed/settings.json
Failed to calculate interdiff for this file.
ERROR
app/components/BskyComments.vue
Failed to calculate interdiff for this file.
ERROR
app/pages/posts/[...slug].vue
Failed to calculate interdiff for this file.
ERROR
app/util/atproto.ts
Failed to calculate interdiff for this file.
ERROR
blog.config.ts
Failed to calculate interdiff for this file.
ERROR
content/posts/embracing-atproto-pt-2-tangled-knot.md
Failed to calculate interdiff for this file.
ERROR
content.config.ts
Failed to calculate interdiff for this file.
ERROR
globals.ts
Failed to calculate interdiff for this file.
ERROR
package.json
Failed to calculate interdiff for this file.
ERROR
pnpm-lock.yaml
Failed to calculate interdiff for this file.
ERROR
tsconfig.json
Failed to calculate interdiff for this file.
NEW
app/components/BskyPost.vue
···+<a :href="`https://bsky.app/profile/${post.post.author.handle}`" class="flex items-center gap-2 text-blue-500 hover:underline w-fit">+<img :src="post.post.author.avatar" :alt="post.post.author.displayName" class="size-8 rounded-full" />+<a :href="`https://bsky.app/profile/${post.post.author.handle}/post/${extractPostId(post.post.uri)}`" class="text-gray-500 text-sm flex items-center gap-2 mt-4 ml-10">+<BskyPost v-if="reply.$type === 'app.bsky.feed.defs#threadViewPost'" :post="reply" :depth="depth + 1" />