Skip to content

Commit

Permalink
about.daangn.com: 재무제표 정렬 기준 동기화
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Aug 7, 2024
1 parent 7fd5357 commit 0c3952f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions about.daangn.com/src/templates/FinancialStatementsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ export const query = graphql`
...TeamWebsite_DefaultLayout_query
allPrismicFinancialStatements(
filter: {tags: {in: ["team.daangn.com"]}}
sort: {data: {year: DESC}}
filter: {
tags: {
in: ["team.daangn.com"]
}
}
sort: {
first_publication_date: DESC
}
) {
nodes {
uid
Expand Down

0 comments on commit 0c3952f

Please sign in to comment.