fix: link
This commit is contained in:
parent
b00f142743
commit
bc85b4f915
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default async function () {
|
||||||
content += ' #Music #LastFM'
|
content += ' #Music #LastFM'
|
||||||
return {
|
return {
|
||||||
title: content,
|
title: content,
|
||||||
url: `https://coryd.dev/now#artists?ts=${date}#artists`,
|
url: `https://coryd.dev/now?ts=${date}#artists`,
|
||||||
date: new Date(date),
|
date: new Date(date),
|
||||||
description: `My top artists for the last week, ending ${
|
description: `My top artists for the last week, ending ${
|
||||||
new Date(date).toLocaleString().split(',')[0]
|
new Date(date).toLocaleString().split(',')[0]
|
||||||
|
|
Reference in a new issue