We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6407bb commit 2cdf22dCopy full SHA for 2cdf22d
pages/publications.md
@@ -40,7 +40,7 @@ const sortedPublications = computed(() => {
40
41
return filteredPubs.sort((a, b) => {
42
const sortKey = sorting.value.sort
43
- const order = sorting.value.ascending ? 1 : -1
+ const order = sorting.value.ascending ? -1 : 1
44
45
if (sortKey === "year") {
46
if (a.year !== b.year) {
0 commit comments