Compare commits

...

1 Commits

Author SHA1 Message Date
Ephraim Atta-Duncan
3b046c1822 feat: use description of each blog post in og image 2023-09-17 14:08:11 +00:00

View File

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