chore: data cleanup

This commit is contained in:
Cory Dransfeldt 2023-08-29 04:34:52 -07:00
parent 82192cc720
commit 3429fb62f0
No known key found for this signature in database
4 changed files with 605 additions and 1817 deletions

View file

@ -12,9 +12,7 @@ module.exports = async function () {
activity.posts.push({
id: entry.url,
title: entry.title,
url: entry.url.includes('coryd.dev')
? `${entry.url}?utm_source=follow_feed&utm_medium=social&utm_campaign=syndication`
: entry.url,
url: entry.url,
content_html: entry.content || '',
date_published: entry.published,
})