Modified alt text
This commit is contained in:
parent
6845c9f0d5
commit
52d25fbf85
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue