chore: remove edge curl

This commit is contained in:
Cory Dransfeldt 2023-07-09 09:43:21 -07:00
parent 20b958697d
commit 14cf82cf05
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ module.exports = async function () {
const books = reading.map(read => {
return {
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}`,
started: read.dateStarted,
finished: read.dateFinished,