Llama: change default image
This commit is contained in:
parent
6d80da9d34
commit
dcd2fffd42
|
@ -54,7 +54,7 @@ const posts = (await getCollection('llama')).sort(
|
|||
width={720}
|
||||
height={360}
|
||||
class="rounded-2xl grayscale"
|
||||
src={ post.data.heroImage ? post.data.heroImage : "/terminal.webp" }
|
||||
src={ post.data.heroImage ? post.data.heroImage : "/images/tiny-llama-logo.avif" }
|
||||
alt="" />
|
||||
<h4
|
||||
class="title text-xl">
|
||||
|
|
Loading…
Reference in a new issue