Refactor asset paths to remove '/public' prefix for consistency across views
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 1m57s

This commit is contained in:
Frank John Begornia
2025-12-31 01:53:42 +08:00
parent 685a49cf57
commit 43e66c7ac4
9 changed files with 94 additions and 94 deletions

View File

@@ -16,7 +16,7 @@
<!-- Main content -->
<section class="content">
<div class="text-center" id="homepage-logo">
<img src="{{asset('/public/images/logo.png')}}" class="img img-responsive" />
<img src="{{asset('/images/logo.png')}}" class="img img-responsive" />
</div>
</section>
<!-- /.content -->