Skip to content

Commit

Permalink
specifying what actually changed (gatsbyjs#33452)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Bernoth <[email protected]>
  • Loading branch information
erikbgithub authored and wardpeet committed Oct 29, 2021
1 parent bc9f462 commit d1c547c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/tutorial/part-6/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ The last step of Part 6 is to clean up your Blog page. Instead of rendering the
)
}

// highlight-start
export const query = graphql`
query {
allMdx(sort: {fields: frontmatter___date, order: DESC}) {
Expand All @@ -519,12 +518,11 @@ The last step of Part 6 is to clean up your Blog page. Instead of rendering the
title
}
id
slug
slug // highlight-line
}
}
}
`
// highlight-end

export default BlogPage
```
Expand Down

0 comments on commit d1c547c

Please sign in to comment.