feat: prefetching

This commit is contained in:
Cory Dransfeldt 2024-11-24 14:00:59 -08:00
parent d8e019cc95
commit afe4d514ed
No known key found for this signature in database
13 changed files with 125 additions and 121 deletions

View file

@ -87,6 +87,7 @@ const playLabel = artist.total_plays === 1 ? "play" : "plays";
<a
href={artist.genre.url}
title={`Learn more about ${artist.genre.name}`}
data-astro-prefetch
>
{artist.genre.name}
</a>