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
@@ -250,7 +250,7 @@ export const pageQuery = graphql`
query ImagesForGallery {
images: allFile(
filter: { relativeDirectory: { eq: "gallery" } }
sort: { fields: name }
sort: { name: ASC }
) {
edges {
node {