Update image URLs to use MinIO for asset storage
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 1m58s
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 1m58s
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<div class="item col-sm-4 col-lg-3">
|
||||
<div class="thumbnail" style="padding: 5px;">
|
||||
<div class="store-logo">
|
||||
<img src="{{ config('site_config.images_directory') . 'cliparts/' . $clipart->SVGFilename }}" width="100%" style="height: inherit;">
|
||||
<img src="{{ minio_url('uploads/images/cliparts/') . $clipart->SVGFilename }}" width="100%" style="height: inherit;">
|
||||
</div>
|
||||
<hr style="margin-bottom: 0px !important;">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user