fix: timestamp
This commit is contained in:
parent
f675436013
commit
56c9f498ba
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ export default async function () {
|
|||
|
||||
return [{
|
||||
title: content,
|
||||
url: `https://coryd.dev/now?ts=${currentDate.toMillis()}#artists`,
|
||||
url: `https://coryd.dev/now?ts=${parseInt(chartData['timestamp'])}#artists`,
|
||||
date: DateTime.fromMillis(parseInt(chartData['timestamp'])).toISO(),
|
||||
description: `My top artists for the last week ending ${currentDate.minus({ days: 1 }).toLocaleString(DateTime.DATE_FULL)}.<br/><br/>`
|
||||
}]
|
||||
|
|
Reference in a new issue