Switch hero image src to Gitea raw URL — bypasses Coolify static file serving issue

This commit is contained in:
Marty Bostick
2026-07-29 20:03:57 +00:00
parent 47aa8d6e9e
commit 4b637f8f6e
+1 -1
View File
@@ -1033,7 +1033,7 @@
<!-- Hero banner image --> <!-- Hero banner image -->
<div class="hero-banner-img"> <div class="hero-banner-img">
<a href="https://clickbaitpays.me/?ref=cryptoteambuild" target="_blank" rel="noopener"> <a href="https://clickbaitpays.me/?ref=cryptoteambuild" target="_blank" rel="noopener">
<img src="hero-banner.jpg" alt="Join the Crypto Team Build Network — Build the ClickBaitPays team project with us" /> <img src="https://git.saasy.top/marty/cbp-calculator/raw/branch/main/hero-banner.jpg" alt="Join the Crypto Team Build Network — Build the ClickBaitPays team project with us" />
</a> </a>
</div> </div>