feat: less js

This commit is contained in:
Cory Dransfeldt 2023-08-25 11:04:55 -07:00
parent 9cbf04cc00
commit ed32c9ac55
No known key found for this signature in database
8 changed files with 101 additions and 111 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_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,
})