From 52d25fbf85bd97eabe45ab922386e1adc8c175d5 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Tue, 10 Feb 2026 22:46:21 -0500 Subject: [PATCH] Modified alt text --- src/pages/news/[id].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/news/[id].astro b/src/pages/news/[id].astro index d056813..6a70e65 100644 --- a/src/pages/news/[id].astro +++ b/src/pages/news/[id].astro @@ -32,7 +32,7 @@ const { Content } = await render(post); layout="constrained" width={800} height={600} - alt="A lovely bath" + alt={post.data.title} />