chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 12:26:36 -07:00
parent e60e59930c
commit c06c302f1d
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ module.exports = async function () {
id: entry.url,
title: entry.title,
url: entry.url,
description: entry.content || '',
content_html: entry.content || '',
date_published: entry.published,
})