Remove '/public' prefix from asset paths for consistency across views
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m4s
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m4s
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</style>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<img src="{{asset('public/images/logo.png')}}" class="" height="100px" />
|
||||
<img src="{{asset('/images/logo.png')}}" class="" height="100px" />
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user