fix: date format + content

This commit is contained in:
Cory Dransfeldt 2023-03-28 12:36:12 -07:00
parent 74c7f99d3a
commit 824bb49839
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

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