Update metas

This commit is contained in:
2022-09-13 10:25:43 +02:00
parent 372d1b53e9
commit fd5d20422f
6 changed files with 5 additions and 6 deletions

View File

@@ -299,7 +299,7 @@
{#if currentPhoto}
<Metas
title="{currentPhoto.title} - Houses Of {location.name}"
description=""
description="Photo of a beautiful home from {location.name}, {location.country.name}"
image={getAssetUrlKey(currentPhoto.image.id, 'share')}
/>
{/if}