错误很明显,并非我的所有帖子都具有功能图片,但我不知道如何解决该错误,
我正在从youtube gatsby + wordpress
进行本教程但是当我尝试部署netlify时,该错误不会让我这么做
这是错误
query LayoutQuery {
allWordpressPost {
edges {
node {
featured_media {
id
localFile {
id
childImageSharp {
id
fixed( width: 300 , height:300 ) {
width
height
src
srcSet
}
}
}
}
}
}
}
}
如果内容存在,那是一种获取内容的方式吗?
谢谢