From 5072e289885bf767c4f66636d4893d73d4cac3e7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 17 Jan 2021 22:11:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/render-social-image/[pageId].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/render-social-image/[pageId].ts b/api/render-social-image/[pageId].ts index 492bce7..2b3ee36 100644 --- a/api/render-social-image/[pageId].ts +++ b/api/render-social-image/[pageId].ts @@ -82,7 +82,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => { block ), title: isRootPage - ? socialImageSubtitle + ? socialImageTitle : getBlockTitle(block, recordMap) ?? socialImageTitle, subtitle: getPageDescription(block, recordMap) ?? socialImageSubtitle })