From 4e198eddf584d75a0c0cf7cd57731b4afe066553 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <hi@coryd.dev> Date: Tue, 14 Nov 2023 15:53:43 -0800 Subject: [PATCH] chore: tweak url --- src/_data/weeklyArtistChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/weeklyArtistChart.js b/src/_data/weeklyArtistChart.js index a5f77462..9c2790de 100644 --- a/src/_data/weeklyArtistChart.js +++ b/src/_data/weeklyArtistChart.js @@ -11,7 +11,7 @@ module.exports = async function () { return [ { title: content, - url: `https://last.fm/user/coryd_?ts=${date}`, + url: `https://coryd.dev/now?ts=${date}`, date: new Date(date), description: 'My top artists for the week as a feed item.\n\n', },