We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eee255 commit cf88c8dCopy full SHA for cf88c8d
src/lib/SlidingPaneHeader.svelte
@@ -19,7 +19,7 @@
19
title="Open in new tab"
20
aria-label="Open in new tab"
21
>
22
- <img src="/icons/external-link.svg" alt="Open in new tab" class="icon" />
+ <img src=`${basePath}/icons/external-link.svg` alt="Open in new tab" class="icon" />
23
</button>
24
<!-- Desktop Expand Button (hidden on mobile) -->
25
<button
0 commit comments