chore: make chart links more direct

This commit is contained in:
Cory Dransfeldt 2024-03-14 12:35:50 -07:00
parent 6c179829f7
commit 738db20dd8
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?ts=${date}`, url: `https://coryd.dev/now#artists?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]