mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
Merge branch 'fix-author-post-sort'
This commit is contained in:
@@ -64,7 +64,8 @@ export const pageQuery = graphql`
|
||||
...AuthorInfo
|
||||
}
|
||||
allMarkdownRemark(
|
||||
filter: { frontmatter: { author: { id: { eq: $slug } } } }
|
||||
filter: {frontmatter: {author: {id: {eq: $slug}}}},
|
||||
sort: {order: DESC, fields: frontmatter___published}
|
||||
) {
|
||||
totalCount
|
||||
edges {
|
||||
|
||||
Reference in New Issue
Block a user