mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
use absolute url
This commit is contained in:
@@ -149,7 +149,7 @@ async function buildBreadcrumbs(req, categoryData) {
|
||||
const breadcrumbs = [
|
||||
{
|
||||
text: categoryData.name,
|
||||
url: `${relative_path}/category/${categoryData.slug}`,
|
||||
url: `${url}/category/${categoryData.slug}`,
|
||||
cid: categoryData.cid,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user