From 488cb4bd8e855de235552b294d2ed4adf6528ecc Mon Sep 17 00:00:00 2001 From: wolfg Date: Tue, 16 May 2023 10:34:24 +0800 Subject: [PATCH] Set image width, image url is same with the original web page. (#12518) --- lib/v2/instructables/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/instructables/projects.js b/lib/v2/instructables/projects.js index 1f56cdec3..b4b1361d4 100644 --- a/lib/v2/instructables/projects.js +++ b/lib/v2/instructables/projects.js @@ -48,7 +48,7 @@ module.exports = async (ctx) => { title: item.document.title, link: `https://${siteDomain}/${item.document.urlString}`, author: item.document.screenName, - description: ``, + description: ``, pubDate: new Date(item.document.publishDate).toUTCString(), category: item.document.primaryClassification, })),