Skip to content

Commit 3f61451

Browse files
committed
relative path
1 parent 282ecbc commit 3f61451

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/components/centerblock/RecordCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const parsedu = computed(
3333
<picture>
3434
<source :srcset="src + '.avif'">
3535
<source :srcset="src + '.jxl'">
36-
<img src="image.png" alt="Record thumb">
36+
<img src="../../assets/image.png" alt="Record thumb">
3737
</picture>
3838
</div>
3939
<!-- Metadata -->

0 commit comments

Comments
 (0)