Blog: switch placeholder images

This commit is contained in:
Akemi Izuko 2024-01-01 02:22:52 -07:00
parent c017a027e2
commit 21f2f0b642
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ const posts = (await getCollection('blog')).sort(
width={720}
height={360}
class="rounded-2xl grayscale"
src={ post.data.heroImage ? post.data.heroImage : "/images/llama/tiny-llama-logo.avif" }
src={ post.data.heroImage ? post.data.heroImage : "/images/blog/blog-placeholder.avif" }
alt="" />
<div class="hero-text">
{post.data.heroText}

View file

@ -55,7 +55,7 @@ const posts = (await getCollection('unix')).sort(
width={720}
height={360}
class="rounded-2xl grayscale"
src={ post.data.heroImage ? post.data.heroImage : "/images/unix/terminal.webp" }
src={ post.data.heroImage ? post.data.heroImage : "/images/unix/unix-placeholder.avif" }
alt="" />
<h4
class="title text-xl">