Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db47436

Browse files
committed
fix(app): custom-logo links are broken for child content
fix #1147
1 parent cff2ca5 commit db47436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/partials/menu.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
1717
<li class="title">
1818
{{#if customLogo}}
1919
<a href="index.html" data-type="index-link">
20-
<img alt="" class="img-responsive" data-type="custom-logo" src={{strip-url "images/" customLogo}}>
20+
<img alt="" class="img-responsive" data-type="custom-logo" src={{strip-url "/images/" customLogo}}>
2121
</a>
2222
{{else}}
2323
<a href="index.html" data-type="index-link">{{documentationMainName}}</a>

0 commit comments

Comments
 (0)