mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
change account page title to something generic
This commit is contained in:
@@ -376,10 +376,9 @@ app.get('/account', asyncHandler(async (req, res, next)=>{
|
||||
req.brew = data;
|
||||
|
||||
req.ogMeta = { ...defaultMetaTags,
|
||||
title : `${req.params.username}'s Account`,
|
||||
title : `Account Page`,
|
||||
description : null,
|
||||
image : null,
|
||||
// type : could be 'profile'?
|
||||
};
|
||||
|
||||
return next();
|
||||
|
||||
Reference in New Issue
Block a user