Skip to content

Commit

Permalink
Merge pull request #57 from yanosea/55-fix-metadatas-image
Browse files Browse the repository at this point in the history
🐞fix: re:fix metadatas (image)
  • Loading branch information
yanosea authored May 6, 2024
2 parents 67c4a87 + bf5e65f commit fe76ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { Content } = await entry.render();
title=`${entry.data.title} - blog`
description={entry.data.description}
article
imageUrl={entry.data.images[0].url}
imageUrl=`https://yanosea.org${entry.data.images[0].url}`
blogComments
>
<article class="m-auto space-y-6">
Expand Down

0 comments on commit fe76ff7

Please sign in to comment.