fix: link

This commit is contained in:
Cory Dransfeldt 2024-03-15 07:30:00 -07:00
parent b00f142743
commit bc85b4f915
No known key found for this signature in database

View file

@ -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]