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' };