Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 83b4a77

Browse files
committed
Fix stupid issue
1 parent d678754 commit 83b4a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const { title, description, pubDate, updatedDate, heroImage, headerImage } = Ast
6060
<main>
6161
<article>
6262
<div class="hero-image">
63-
<Image width={1020} height={510} src={heroImage ?? headerImage} alt=""/>
63+
<Image width={1020} height={510} src={'' + (heroImage ?? headerImage)} alt=""/>
6464
</div>
6565
<div class="prose">
6666
<div class="title">

0 commit comments

Comments
 (0)