Skip to content

Commit

Permalink
[1.0] Update the default sitemap query
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Young authored Jun 18, 2017
1 parent 4bef9d1 commit b905e7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/gatsby-plugin-sitemap/src/internals.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ export const defaultOptions = {
}
allMarkdownRemark(
limit: 1000,
frontmatter: {
draft: { ne: true }
filter: {
frontmatter: {
draft: { ne: true }
}
}
) {
edges {
Expand Down

0 comments on commit b905e7d

Please sign in to comment.