diff --git a/lib/notion/mapImage.js b/lib/notion/mapImage.js index f03a88e1..c0711e6a 100644 --- a/lib/notion/mapImage.js +++ b/lib/notion/mapImage.js @@ -87,7 +87,7 @@ const compressImage = (image, width = 800, quality = 50, fmt = 'webp') => { return null } if (image.indexOf(BLOG.NOTION_HOST) === 0 && image.indexOf('amazonaws.com') > 0) { - return `${image}&width=${width}` + return `${image}&width=${width}&cache=v2` } // 压缩unsplash图片 if (image.indexOf('https://images.unsplash.com/') === 0) {