test no escape on canonical

This commit is contained in:
Barış Soner Uşaklı
2023-07-10 16:13:26 -04:00
parent 60fea51b36
commit 7c588fe9a3

View File

@@ -261,6 +261,7 @@ async function addTags(topicData, req, res, currentPage) {
{
rel: 'canonical',
href: `${url}/topic/${topicData.slug}${page}`,
noEscape: true,
},
];