mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
cover update
This commit is contained in:
parent
4de21a8db9
commit
a452486282
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const { title, description, image } = Astro.props;
|
||||||
<MetaTags
|
<MetaTags
|
||||||
title={title ? title : config.name}
|
title={title ? title : config.name}
|
||||||
description={description ? description : config.template.preview}
|
description={description ? description : config.template.preview}
|
||||||
{image}
|
image={image ? image : 'https://news.web3privacy.info/img/cover.png'}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue