fix(route): add description field to /instructables/projects (#12255)
This commit is contained in:
parent
e14eb410f1
commit
801d90d107
|
|
@ -48,6 +48,7 @@ module.exports = async (ctx) => {
|
|||
title: item.document.title,
|
||||
link: `https://${siteDomain}/${item.document.urlString}`,
|
||||
author: item.document.screenName,
|
||||
description: `<img src="${item.document.coverImageUrl}">`,
|
||||
pubDate: new Date(item.document.publishDate).toUTCString(),
|
||||
category: item.document.primaryClassification,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Reference in New Issue