Skip to content

Commit

Permalink
test no escape on canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 10, 2023
1 parent bf114c1 commit 796730d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ async function addTags(topicData, req, res, currentPage) {
{
rel: 'canonical',
href: `${url}/topic/${topicData.slug}${page}`,
noEscape: true,
},
];

Expand Down

0 comments on commit 796730d

Please sign in to comment.