Remove '/public' prefix from asset paths for consistency across views
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m4s

This commit is contained in:
Frank John Begornia
2025-12-31 02:04:33 +08:00
parent 43e66c7ac4
commit 4cb77e9312
9 changed files with 40 additions and 40 deletions

View File

@@ -137,7 +137,7 @@
@else
<div class="text-center" id="homepage-logo">
<img src="{{asset('/public/images/logo.png')}}" style="height: 200px;" class="img img-responsive" />
<img src="{{asset('/images/logo.png')}}" style="height: 200px;" class="img img-responsive" />
</div>
@endif
</section>