mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
fix url
This commit is contained in:
@@ -297,14 +297,16 @@ function addTags(topicData, req, res) {
|
||||
if (image.startsWith(nconf.get('url') + '/plugins')) {
|
||||
return;
|
||||
}
|
||||
var data = {
|
||||
res.locals.metaTags.push({
|
||||
property: 'og:image',
|
||||
content: image,
|
||||
noEscape: true,
|
||||
};
|
||||
res.locals.metaTags.push(data);
|
||||
data.property = 'og:image:url';
|
||||
res.locals.metaTags.push(data);
|
||||
});
|
||||
res.locals.metaTags.push({
|
||||
property: 'og:image:url',
|
||||
content: image,
|
||||
noEscape: true,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user