Skip to content

Commit 02fde34

Browse files
author
linux
committed
Fix logo path for GitHub Pages deployment
1 parent 882f2a0 commit 02fde34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<header data-show="$selectedProp === ''">
6161
<div class="brand" data-on:click="location.hash = ''">
62-
<img class="brand-logo" src="src/icons/cssref-logo.svg" alt="CSS Ref" />
62+
<img class="brand-logo" src="dist/src/icons/cssref-logo.svg" alt="CSS Ref" />
6363
</div>
6464

6565
<!-- Desktop: Full Search -->

0 commit comments

Comments
 (0)