diff --git a/gatsby-node.js b/gatsby-node.js index 593d9ec3..3c455867 100755 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -138,7 +138,7 @@ exports.createPages = ({ graphql, actions }) => { filter: { frontmatter: { title: { eq: "API.md" } - app: { eq: "aquarius" } + app: { eq: "provider" } } } ) {