fix image link in frontmatter

This commit is contained in:
Thuan Bui
2026-03-14 16:12:30 +07:00
parent 7e7f62b11c
commit a300564d0a
306 changed files with 306 additions and 318 deletions
+1 -5
View File
@@ -62,11 +62,7 @@ const metadata = {
{
image && (
<div class="reveal relative mb-8 h-96 w-full overflow-hidden rounded-xl shadow-lg">
<img
src={`/images/${image}`}
alt={title}
class="h-full w-full object-cover"
/>
<img src={image} alt={title} class="h-full w-full object-cover" />
</div>
)
}