fix: chart links
This commit is contained in:
parent
ac9e7aeadf
commit
75d5051adc
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ export default async function() {
|
||||||
return {
|
return {
|
||||||
title: formattedData['content'],
|
title: formattedData['content'],
|
||||||
description: formattedData['description'],
|
description: formattedData['description'],
|
||||||
url: `https://coryd.dev/now?ts=${chart['week']}#artists`,
|
url: `https://coryd.dev/music?ts=${chart['week']}#artists`,
|
||||||
date: chart['date']
|
date: chart['date']
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -119,7 +119,7 @@ export default async function() {
|
||||||
{
|
{
|
||||||
title: formattedData['content'],
|
title: formattedData['content'],
|
||||||
description: formattedData['description'],
|
description: formattedData['description'],
|
||||||
url: `https://coryd.dev/now?ts=${weekNumber}#artists`,
|
url: `https://coryd.dev/music?ts=${weekNumber}#artists`,
|
||||||
date: now.toISODate()
|
date: now.toISODate()
|
||||||
},
|
},
|
||||||
...recentChartData
|
...recentChartData
|
||||||
|
|
Reference in a new issue