Switch temporarily homepage share image to static

Directus blocks assets from robots.txt?! 🤔
This commit is contained in:
2022-10-03 11:09:16 +02:00
parent 47afe8e4fa
commit 559576e0b5
2 changed files with 2 additions and 1 deletions

View File

@@ -78,8 +78,9 @@
<Metas
title={settings.seo_title}
description={settings.seo_description}
image={getAssetUrlKey(settings.seo_image.id, 'share-image')}
image="/images/share_image.jpg"
/>
<!-- image={getAssetUrlKey(settings.seo_image.id, 'share-image')} -->
<PageTransition name="homepage">
<section class="homepage__intro"

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB