From 6d05ff7b5b64ca29bff6bd4a466a09ee46970500 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 8 May 2024 18:42:55 -0700 Subject: [PATCH] chore: update --- .../2024/improving-my-self-hosted-scrobbling-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2024/improving-my-self-hosted-scrobbling-implementation.md b/src/posts/2024/improving-my-self-hosted-scrobbling-implementation.md index 350d1cdc..619dc154 100644 --- a/src/posts/2024/improving-my-self-hosted-scrobbling-implementation.md +++ b/src/posts/2024/improving-my-self-hosted-scrobbling-implementation.md @@ -336,4 +336,4 @@ export default async () => { 2. We query our listens table and grab our `mbid` and `genre` via our foreign key connection to the artists table. 3. In much the same way as we did before, we pass the artist `genre` and `name` through our absurd `emojiMap` function and send back HTML to display. -All of the music data used to present artist and album grids and track charts is now retrieved from Supabase on each build. It's much easier to add, modify or deal with artist and album metadata (and even update listen data if needed). \ No newline at end of file +[All of the music data used to present artist and album grids and track charts on my site](https://coryd.dev/now) is now retrieved from Supabase on each build. It's much easier to add, modify or deal with artist and album metadata (and even update listen data if needed). \ No newline at end of file