Skip to content

Commit 9eef270

Browse files
authored
specifying what actually changed (#33452)
Signed-off-by: Erik Bernoth <[email protected]>
1 parent 2975c4d commit 9eef270

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/tutorial/part-6/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ The last step of Part 6 is to clean up your Blog page. Instead of rendering the
509509
)
510510
}
511511

512-
// highlight-start
513512
export const query = graphql`
514513
query {
515514
allMdx(sort: {fields: frontmatter___date, order: DESC}) {
@@ -519,12 +518,11 @@ The last step of Part 6 is to clean up your Blog page. Instead of rendering the
519518
title
520519
}
521520
id
522-
slug
521+
slug // highlight-line
523522
}
524523
}
525524
}
526525
`
527-
// highlight-end
528526

529527
export default BlogPage
530528
```

0 commit comments

Comments
 (0)