feat: want to read page

This commit is contained in:
Cory Dransfeldt 2024-04-22 11:49:03 -07:00
parent 2d674ebfb2
commit f85aff112b
No known key found for this signature in database
8 changed files with 36 additions and 6 deletions

View file

@ -17,6 +17,7 @@ export default async function () {
dateAdded: book?.['dateStarted'] || book?.['dateFinished'],
status: book['status'],
tags: book['tags'],
categories: book['categories']?.length > 1 ? book['categories'].join(', ') : book['categories']?.[0],
type: 'book',
}
})