fix: updating dependencies
publish / Build-and-publish (push) Failing after 7m15s

This commit is contained in:
Unknown
2026-07-13 20:17:16 +01:00
parent 8b2603f804
commit efaa05549b
7 changed files with 24 additions and 188 deletions
+1 -1
View File
@@ -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 {