chore: fix links
This commit is contained in:
parent
5556cc9302
commit
225e6fcd4f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = async function () {
|
||||||
'https://books.coryd.dev'
|
'https://books.coryd.dev'
|
||||||
),
|
),
|
||||||
title: book['title'],
|
title: book['title'],
|
||||||
link: book['link'],
|
url: book['link'],
|
||||||
isbn: book['isbn'],
|
isbn: book['isbn'],
|
||||||
description: book['book_description'],
|
description: book['book_description'],
|
||||||
dateAdded: book['user_date_added'],
|
dateAdded: book['user_date_added'],
|
||||||
|
|
Reference in a new issue