Fix banner backdrop fallback path to use public folder
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<!-- Content Slider -->
|
<!-- Content Slider -->
|
||||||
<div
|
<div
|
||||||
ref="sliderRef"
|
ref="sliderRef"
|
||||||
class="flex gap-8 overflow-x-auto overflow-y-visible scrollbar-hide scroll-smooth px-6 py-4 pb-8"
|
class="flex gap-8 overflow-x-auto overflow-y-visible scrollbar-hide scroll-smooth px-6 pt-6 pb-8"
|
||||||
@scroll="handleScroll"
|
@scroll="handleScroll"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
<!-- Background Image -->
|
<!-- Background Image -->
|
||||||
<div class="absolute inset-0">
|
<div class="absolute inset-0">
|
||||||
<img
|
<img
|
||||||
:src="featuredContent?.backdrop || '/assets/images/god-bless-bitcoin-backdrop.jpg'"
|
:src="featuredContent?.backdrop || '/images/god-bless-bitcoin-backdrop.jpg'"
|
||||||
alt="Featured content"
|
alt="Featured content"
|
||||||
class="w-full h-full object-cover object-center"
|
class="w-full h-full object-cover object-center"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user