feat: use description of each blog post in og image

This commit is contained in:
Ephraim Atta-Duncan
2023-09-17 14:08:11 +00:00
parent dfebdfccda
commit 3b046c1822

View File

@ -19,6 +19,7 @@ export const generateMetadata = ({ params }: { params: { post: string } }) => {
return {
title: `Documenso - ${blogPost.title}`,
description: blogPost.description,
};
};