From dcd2fffd42a86e7433f5423b98391861b7109d7b Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sun, 31 Dec 2023 20:08:48 -0700 Subject: [PATCH] Llama: change default image --- src/pages/llama/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" />