Skip to content

Commit 4349743

Browse files
committed
fix: use relative url for InfoDialog, close #25
1 parent 0321b42 commit 4349743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/internals/InfoDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const value = useVModel(props, 'modelValue', emit)
3131
<div class="opacity-50 text-sm mr-2">Powered by</div>
3232
<img
3333
class="w-5 h-5"
34-
src="https://raw.githubusercontent.com/slidevjs/slidev/main/assets/logo.png"
34+
src="../assets/logo.png"
3535
alt="Slidev"
3636
/>
3737
<div style="color: #2082A6">

0 commit comments

Comments
 (0)