We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a4121 commit 25891ccCopy full SHA for 25891cc
starters/gatsby-starter-wordpress-blog/src/templates/Post.js
@@ -14,7 +14,7 @@ import SEO from "../components/seo"
14
const BlogPostTemplate = ({ data: { previous, next, post } }) => {
15
const featuredImage = {
16
fluid: post.featuredImage?.node?.localFile?.childImageSharp?.fluid,
17
- alt: post.featuredImage?.node?.alt || ``,
+ alt: post.featuredImage?.node?.altText || ``,
18
}
19
20
return (
0 commit comments