chore: more books + bump deps

This commit is contained in:
Cory Dransfeldt 2024-08-06 07:42:09 -07:00
parent 2722fd40f4
commit 6da001328b
No known key found for this signature in database
5 changed files with 15 additions and 15 deletions

View file

@ -77,7 +77,7 @@ const sortBooksByYear = (books) => {
years[year]['data'].push(book)
}
})
return Object.values(years).filter(year => year.value > 2019)
return Object.values(years).filter(year => year.value > 2017)
}
export default async function () {