From 16c77377489924ec0c87baeb34d0ed8ea1af9a4b Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 29 Apr 2024 14:27:27 +0800 Subject: [PATCH] img-url hotfix --- lib/notion/mapImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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