Modified alt text
This commit is contained in:
parent
6845c9f0d5
commit
52d25fbf85
|
|
@ -32,7 +32,7 @@ const { Content } = await render(post);
|
||||||
layout="constrained"
|
layout="constrained"
|
||||||
width={800}
|
width={800}
|
||||||
height={600}
|
height={600}
|
||||||
alt="A lovely bath"
|
alt={post.data.title}
|
||||||
/>
|
/>
|
||||||
<Content />
|
<Content />
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue