feat: less js
This commit is contained in:
parent
9cbf04cc00
commit
ed32c9ac55
8 changed files with 101 additions and 111 deletions
|
@ -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_campaign=syndication&utm_source=follow`
|
||||
: entry.url,
|
||||
url: entry.url.includes('coryd.dev') ? `${entry.url}` : entry.url,
|
||||
content_html: entry.content || '',
|
||||
date_published: entry.published,
|
||||
})
|
||||
|
|
Reference in a new issue