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
|
@ -20,7 +20,7 @@ const description = `Discover the music genre ${genre.name}, featuring ${artistC
|
|||
<Layout
|
||||
pageTitle={pageTitle}
|
||||
description={description}
|
||||
fullUrl={Astro.url.pathname}
|
||||
pageUrl={Astro.url.pathname}
|
||||
ogImage={genre.artists[0].image}
|
||||
>
|
||||
<a class="back-link" href="/music" title="Go back to the music index page">
|
||||
|
|
Reference in a new issue