chore: tweak url
This commit is contained in:
parent
ad81c2a4ed
commit
4e198eddf5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = async function () {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: content,
|
title: content,
|
||||||
url: `https://last.fm/user/coryd_?ts=${date}`,
|
url: `https://coryd.dev/now?ts=${date}`,
|
||||||
date: new Date(date),
|
date: new Date(date),
|
||||||
description: 'My top artists for the week as a feed item.\n\n',
|
description: 'My top artists for the week as a feed item.\n\n',
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue