Skip to content

Commit 931c6e9

Browse files
committed
chore: remove console log
1 parent 805bc5d commit 931c6e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/components/global/BlueskyPostEmbed.client.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const { data: post, status } = useAsyncData(
8888
)
8989
9090
const postUrl = computed(() => {
91-
console.log(post.value?.embed)
9291
// Prefer the explicit URL prop if provided
9392
if (props.url) return props.url
9493
@@ -168,7 +167,7 @@ const postUrl = computed(() => {
168167
<img
169168
v-if="post.embed.external.thumb"
170169
:src="post.embed.external.thumb"
171-
:alt="post.embed.external.title"
170+
alt=""
172171
class="w-full rounded-lg object-cover"
173172
loading="lazy"
174173
/>

0 commit comments

Comments
 (0)