You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting the hello world blog post the gatsby build fails with error:
ERROR #85923 GRAPHQL
Cannot query field "metaDescription" on type "MarkdownRemarkFrontmatter"
I fixed it by removing the field metaDescription in the export pageQuery section in blogTemplate.js but its probably there for a reason
Great project, big thanks for all the effort!
Kevin
The text was updated successfully, but these errors were encountered:
Hi,
When deleting the hello world blog post the gatsby build fails with error:
ERROR #85923 GRAPHQL
Cannot query field "metaDescription" on type "MarkdownRemarkFrontmatter"
I fixed it by removing the field metaDescription in the export pageQuery section in blogTemplate.js but its probably there for a reason
Great project, big thanks for all the effort!
Kevin
The text was updated successfully, but these errors were encountered: