chore: remove edge curl
This commit is contained in:
parent
20b958697d
commit
14cf82cf05
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = async function () {
|
||||||
const books = reading.map(read => {
|
const books = reading.map(read => {
|
||||||
return {
|
return {
|
||||||
title: read.title,
|
title: read.title,
|
||||||
cover: read.thumbnail.replace('https://books.google.com', 'https://books.coryd.dev'),
|
cover: read.thumbnail.replace('https://books.google.com', 'https://books.coryd.dev').replace('&edge=curl',''),
|
||||||
link: `https://openlibrary.org/search?q=${read.isbn}`,
|
link: `https://openlibrary.org/search?q=${read.isbn}`,
|
||||||
started: read.dateStarted,
|
started: read.dateStarted,
|
||||||
finished: read.dateFinished,
|
finished: read.dateFinished,
|
||||||
|
|
Reference in a new issue