Switch temporarily homepage share image to static
Directus blocks assets from robots.txt?! 🤔
This commit is contained in:
@@ -78,8 +78,9 @@
|
|||||||
<Metas
|
<Metas
|
||||||
title={settings.seo_title}
|
title={settings.seo_title}
|
||||||
description={settings.seo_description}
|
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">
|
<PageTransition name="homepage">
|
||||||
<section class="homepage__intro"
|
<section class="homepage__intro"
|
||||||
|
|||||||
BIN
static/images/share_image.jpg
Normal file
BIN
static/images/share_image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 518 KiB |
Reference in New Issue
Block a user