8000 Order items by Title (ASC) · beingmoin/docs.hackerone.com@8661e28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8661e28

Browse files
committed
Order items by Title (ASC)
1 parent 06a14bb commit 8661e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/glossary/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const pageQuery = graphql`
6060
query glossaryIndexQuery {
6161
allMarkdownRemark(
6262
filter: { frontmatter: { path: { regex: "/glossary/" } } }
63-
sort: { order: DESC, fields: [frontmatter___date] }
63+
sort: { order: ASC, fields: [frontmatter___title] }
6464
limit: 1000
6565
) {
6666
edges {

0 commit comments

Comments
 (0)
0