fix: #11702, don't escape backgroundImage twice

isekai-main
Barış Soner Uşaklı 2 years ago
parent 09562e7966
commit 6740a51edf

@ -189,6 +189,7 @@ function addTags(categoryData, res) {
res.locals.metaTags.push({
property: 'og:image',
content: categoryData.backgroundImage,
noEscape: true,
});
}

Loading…
Cancel
Save