From b914bf3bf5170f7ecd8bf495ea62a1f5f923bf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Fri, 2 May 2025 17:09:09 +0200 Subject: [PATCH] simple as cake --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index b7d990baf..1c4905698 100644 --- a/server/app.js +++ b/server/app.js @@ -434,6 +434,7 @@ app.get('/share/:id', asyncHandler(getBrew('share')), asyncHandler(async (req, r const { brew } = req; req.ogMeta = { ...defaultMetaTags, title : req.brew.title || 'Untitled Brew', + author : req.brew.authors[0] || 'No author.', description : req.brew.description || 'No description.', image : req.brew.thumbnail || defaultMetaTags.image, type : 'article'