feat: prefetching
This commit is contained in:
parent
d8e019cc95
commit
afe4d514ed
13 changed files with 125 additions and 121 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue