cover update

This commit is contained in:
tree🌴 2024-02-12 15:26:21 +01:00
parent 4de21a8db9
commit a452486282
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const { title, description, image } = Astro.props;
<MetaTags
title={title ? title : config.name}
description={description ? description : config.template.preview}
{image}
image={image ? image : 'https://news.web3privacy.info/img/cover.png'}
/>
</head>