diff --git a/src/pages/llama/index.astro b/src/pages/llama/index.astro index 3cc0964..c41f513 100644 --- a/src/pages/llama/index.astro +++ b/src/pages/llama/index.astro @@ -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="" />