fix: path

This commit is contained in:
Methapon Metanipat 2024-08-15 18:02:57 +07:00
parent 7405ae43da
commit 661bd3736a

View file

@ -49,7 +49,7 @@ const showOverlay = ref(false);
fit="cover"
class="cover rounded bordered relative-position"
:style="`height: ${tabsList ? '12rem' : '10rem'}`"
:src="coverUrl || fallbackCover || 'blank-cover.png'"
:src="coverUrl || fallbackCover || '/blank-cover.png'"
@error="coverUrl = ''"
>
<nav