chore: links + grammar
This commit is contained in:
parent
88aae3f2e3
commit
8e93412d7a
8 changed files with 31 additions and 33 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Reference in a new issue