From 0d31f5ede1ce796ef198c8294bc0e62b0714cce9 Mon Sep 17 00:00:00 2001 From: lakshmithi Date: Fri, 17 Jan 2025 13:04:10 +0530 Subject: [PATCH] fix for itemschema element description --- scripts/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/schema.js b/scripts/schema.js index 53cbaed8..0d4da0af 100644 --- a/scripts/schema.js +++ b/scripts/schema.js @@ -204,7 +204,7 @@ export function buildItemListSchema(srcObj, type) { obj.clickUri, obj.title, obj?.raw?.images?.at(0), - obj.excerpt, + obj?.raw?.description, )); break; case 'resources':