Skip to content

Commit

Permalink
fix(using-wordpress): fix missing closing } in example site (#19202)
Browse files Browse the repository at this point in the history
  • Loading branch information
codesundar authored and pieh committed Nov 1, 2019
1 parent 171b604 commit c99cc74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/using-wordpress/src/templates/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Post.propTypes = {

export default Post

export const pageQuery = graphql`
export const postQuery = graphql`
query($id: String!) {
wordpressPost(id: { eq: $id }) {
title
content
}
site {
siteMetadata {
title
Expand Down

0 comments on commit c99cc74

Please sign in to comment.