Skip to content

Commit

Permalink
specifying what actually changed (#33452)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com>
  • Loading branch information
erikbgithub committed Oct 19, 2021
1 parent 2975c4d commit 9eef270
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/tutorial/part-6/index.mdx
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 9eef270

Please sign in to comment.