Fix banner backdrop fallback path to use public folder
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<!-- Background Image -->
|
||||
<div class="absolute inset-0">
|
||||
<img
|
||||
:src="featuredContent?.backdrop || '/assets/images/god-bless-bitcoin-backdrop.jpg'"
|
||||
:src="featuredContent?.backdrop || '/images/god-bless-bitcoin-backdrop.jpg'"
|
||||
alt="Featured content"
|
||||
class="w-full h-full object-cover object-center"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user