Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from CEOehis/patch-1
Browse files Browse the repository at this point in the history
Fix layout query typo
  • Loading branch information
greglobinski committed Feb 8, 2019
2 parents df5fb2e + a929e78 commit f4b3252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/index.js
Expand Up @@ -79,7 +79,7 @@ class Layout extends React.Component {
return (
<StaticQuery
query={graphql`
query LayoutgQuery {
query LayoutQuery {
pages: allMarkdownRemark(
filter: { fileAbsolutePath: { regex: "//pages//" }, fields: { prefix: { regex: "/^\\d+$/" } } }
sort: { fields: [fields___prefix], order: ASC }
Expand Down

0 comments on commit f4b3252

Please sign in to comment.