mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
fix: update image source path in blog post component
This commit is contained in:
@@ -62,11 +62,7 @@ const metadata = {
|
|||||||
{
|
{
|
||||||
image && (
|
image && (
|
||||||
<div class="reveal relative mb-8 h-96 w-full overflow-hidden rounded-xl shadow-lg">
|
<div class="reveal relative mb-8 h-96 w-full overflow-hidden rounded-xl shadow-lg">
|
||||||
<img
|
<img src={image} alt={title} class="h-full w-full object-cover" />
|
||||||
src={`/images/${image}`}
|
|
||||||
alt={title}
|
|
||||||
class="h-full w-full object-cover"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user