Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff2ca5 commit db47436Copy full SHA for db47436
src/templates/partials/menu.hbs
@@ -17,7 +17,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
17
<li class="title">
18
{{#if customLogo}}
19
<a href="index.html" data-type="index-link">
20
- <img alt="" class="img-responsive" data-type="custom-logo" src={{strip-url "images/" customLogo}}>
+ <img alt="" class="img-responsive" data-type="custom-logo" src={{strip-url "/images/" customLogo}}>
21
</a>
22
{{else}}
23
<a href="index.html" data-type="index-link">{{documentationMainName}}</a>
0 commit comments