This commit is contained in:
@@ -90,7 +90,7 @@ export const pageQuery = graphql`
|
||||
filter: $filter
|
||||
limit: $limit
|
||||
skip: $skip
|
||||
sort: { fields: [frontmatter___date], order: DESC }
|
||||
sort: { frontmatter: { date: DESC } }
|
||||
) {
|
||||
posts: edges {
|
||||
post: node {
|
||||
|
||||
Reference in New Issue
Block a user