We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1094ab5 commit 7abd896Copy full SHA for 7abd896
1 file changed
src/app/pages/home/home.component.ts
@@ -61,7 +61,6 @@ export class HomeComponent implements OnInit {
61
if(href.startsWith('http')) {
62
return `<a href="${href}" target="_blank">${text}</a>`
63
} else if(!href.includes('docs/')) {
64
- console.log(href?.includes('docs'), text, href)
65
return `<a href="${environment.path}/${shortpath}${href.replace('.md', '')}">${text}</a>`
66
}else {
67
return `<a href="${environment.path}/${href.replace('.md', '')}">${text}</a>`
0 commit comments