diff --git a/lib/notion/mapImage.js b/lib/notion/mapImage.js index 92e430fd..1df9f911 100644 --- a/lib/notion/mapImage.js +++ b/lib/notion/mapImage.js @@ -38,7 +38,7 @@ const mapImgUrl = (img, block, type = 'block', needCompress = true) => { BLOG.NOTION_HOST + '/image/' + encodeURIComponent(ret) + - '?table=block' + + '?table=' + type + '&id=' + block.id