This commit is contained in:
2026-05-25 13:10:00 +02:00
parent cce4eb3d57
commit 6622ea93aa
2 changed files with 4 additions and 4 deletions

View File

@@ -305,7 +305,7 @@ export default {
// Override link for title searches — pagination must use the /tag/title:... prefix
if (isTitleSearch && titleQuery) {
link.main = `/tag/${encodeURIComponent('title:' + titleQuery)}/`;
link.main = `/tag/title:${encodeURIComponent(titleQuery)}/`;
link.path = 'p/';
link.suffix = '';
}