chore: minor fixes

This commit is contained in:
Cory Dransfeldt 2023-11-14 15:44:19 -08:00
parent 21038ad1ad
commit ad81c2a4ed

View file

@ -11,9 +11,9 @@ module.exports = async function () {
return [ return [
{ {
title: content, title: content,
url: 'https://last.fm/user/coryd_', url: `https://last.fm/user/coryd_?ts=${date}`,
date: new Date(date), date: new Date(date),
description: 'My top artists for the week as a feed item.', description: 'My top artists for the week as a feed item.\n\n',
}, },
] ]
} }