chore: watching page
This commit is contained in:
parent
b2d3d7a130
commit
7fbb752dec
3 changed files with 66 additions and 5 deletions
|
@ -20,7 +20,7 @@ const description = `Discover the music genre ${genre.name}, featuring ${artistC
|
|||
pageTitle={pageTitle}
|
||||
description={description}
|
||||
fullUrl={Astro.url.pathname}
|
||||
schema="genre"
|
||||
ogImage={genre.artists[0].image}
|
||||
>
|
||||
<a class="back-link" href="/music" title="Go back to the music index page">
|
||||
<IconArrowLeft size={18} /> Back to music
|
||||
|
|
Reference in a new issue