Skip to content

Commit

Permalink
feat: integrate ricos
Browse files Browse the repository at this point in the history
  • Loading branch information
nitayneeman committed Jan 22, 2025
1 parent fa8bcd0 commit a9fd4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/astro-blog-template/src/content.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export function blogLoader(): Loader {
description: item.data.excerpt,
pubDate: new Date(`${item.data.firstPublishedDate}`),
updatedDate: new Date(`${item.data.lastPublishedDate}`),
heroImage: item.data.mediaUrl,
heroImage: item.data.media,
richContent: item.data.richContent,
};

const digest = context.generateDigest(data);
Expand Down

0 comments on commit a9fd4d1

Please sign in to comment.