Skip to content

Commit 94a3ef0

Browse files
fix: render product with label
1 parent c5f892f commit 94a3ef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ module.exports = {
5858
if (link.href.includes("/workflows/")) {
5959
link.title = `Workflow: ${link.title}`;
6060
}
61+
if (link.href.includes("/products/")) {
62+
link.title = `Product: ${link.title}`;
63+
}
6164
}
6265
return link;
6366
})

0 commit comments

Comments
 (0)