Modified alt text

This commit is contained in:
Julio Ruiz 2026-02-10 22:46:21 -05:00
parent 6845c9f0d5
commit 52d25fbf85
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const { Content } = await render(post);
layout="constrained"
width={800}
height={600}
alt="A lovely bath"
alt={post.data.title}
/>
<Content />
</body>