fix: ogurls + naming for prop; recent listens timestamp
This commit is contained in:
parent
d679bbb7e1
commit
4c5ee38f9c
18 changed files with 20 additions and 20 deletions
|
@ -29,7 +29,7 @@ const playLabel = artist.total_plays === 1 ? "play" : "plays";
|
|||
<Layout
|
||||
pageTitle={pageTitle}
|
||||
description={description}
|
||||
fullUrl={Astro.url.pathname}
|
||||
pageUrl={Astro.url.pathname}
|
||||
{artist.image}
|
||||
>
|
||||
<a href="/music" class="back-link">
|
||||
|
|
Reference in a new issue