Skip to content

Commit

Permalink
fix for itemschema element description
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmithi committed Jan 17, 2025
1 parent f9ef3c6 commit 0d31f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 0d31f5e

Please sign in to comment.