mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-20 23:20:29 +02:00
chore(gatsby): updated gatsby + deps and added canonical links
This commit is contained in:
@@ -46,7 +46,7 @@ export const query = graphql`
|
||||
allMarkdownRemark(
|
||||
limit: $limit
|
||||
skip: $offset
|
||||
sort: { order: DESC, fields: [frontmatter___date] }
|
||||
sort: { frontmatter: { date: DESC } }
|
||||
filter: { frontmatter: { template: { eq: "post" }, draft: { ne: true } } }
|
||||
) {
|
||||
edges {
|
||||
|
Reference in New Issue
Block a user