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
|
@ -25,7 +25,7 @@ const alt = `${movie.title} / ${movie.year}${movie.rating ? ` (${movie.rating})`
|
|||
<Layout
|
||||
pageTitle={pageTitle}
|
||||
description={description}
|
||||
fullUrl={Astro.url.pathname}
|
||||
pageUrl={Astro.url.pathname}
|
||||
ogImage={movie.backdrop}
|
||||
>
|
||||
<a class="back-link" href="/watching" title="Go back to the watching index page">
|
||||
|
|
Reference in a new issue