feat: use description of each blog post in og image (#380)

This commit is contained in:
Ephraim Atta-Duncan
2023-09-18 01:37:17 +00:00
committed by Mythie
parent 269f97fa6b
commit 7d4bb09170

View File

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