From 702ece66718c5c7d5c5818a4d53380c15f771760 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Mon, 30 Jun 2025 12:39:30 -0500 Subject: [PATCH] Add brew locale to opengraph localization --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index 7b12baacd..07aa1f815 100644 --- a/server/app.js +++ b/server/app.js @@ -383,6 +383,7 @@ app.get('/edit/:id', asyncHandler(getBrew('edit')), asyncHandler(async(req, res, title : req.brew.title || 'Untitled Brew', description : req.brew.description || 'No description.', image : req.brew.thumbnail || defaultMetaTags.image, + local : req.brew.lang, type : 'article' };