We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3d2801 + ff8526c commit a3cc365Copy full SHA for a3cc365
src/lib/output/themes/default/partials/toolbar.tsx
@@ -27,7 +27,7 @@ export const toolbar = (context: DefaultThemeRenderContext, props: PageEvent<Ref
27
<li class="state failure">The search index is not available</li>
28
</ul>
29
30
- <a href={context.options.getValue("titleLink") ?? context.relativeURL("index.html")} class="title">
+ <a href={context.options.getValue("titleLink") || context.relativeURL("index.html")} class="title">
31
{props.project.name}
32
</a>
33
</div>
0 commit comments