Update image URLs to use MinIO for asset storage
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 1m58s

This commit is contained in:
Frank John Begornia
2026-02-23 01:37:32 +08:00
parent b73b1762dc
commit 6219dc6307
11 changed files with 35 additions and 35 deletions

View File

@@ -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;">