chore: links + grammar

This commit is contained in:
Cory Dransfeldt 2023-08-23 15:48:44 -07:00
parent 88aae3f2e3
commit 8e93412d7a
No known key found for this signature in database
8 changed files with 31 additions and 33 deletions

View file

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