diff --git a/server/app.js b/server/app.js index 07aa1f815..869fe6555 100644 --- a/server/app.js +++ b/server/app.js @@ -383,7 +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, + locale : req.brew.lang, type : 'article' };