From 14cf82cf050b41dd973a83f5240e8ff84f66719c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 9 Jul 2023 09:43:21 -0700 Subject: [PATCH] chore: remove edge curl --- src/_data/books.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/books.js b/src/_data/books.js index f99762de..c2042502 100644 --- a/src/_data/books.js +++ b/src/_data/books.js @@ -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,