Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2026-01-23 17:34:18 -05:00

View File

@@ -346,8 +346,8 @@ function addOGImageTag(res, image) {
}
if (!imageUrl.startsWith('http')) {
// (https://domain.com/forum) + (/assets/uploads) + (imagePath)
imageUrl = path.posix.join(url, upload_url, imageUrl);
// (https://domain.com/forum) + (/assets/uploads) + (/files/imagePath)
imageUrl = url + path.posix.join(upload_url, imageUrl);
}
res.locals.metaTags.push({