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

@@ -103,7 +103,7 @@
var size = "{{ $order_item_array[0]->JerseySize }}";
// console.log();
var svgLocation = "{{ config('site_config.images_directory') }}" + "uniform-templates/" + template_code + "/SHORTS/SIZES/" + size + ".svg";
var svgLocation = "{{ minio_url('uploads/images/') }}" + "uniform-templates/" + template_code + "/SHORTS/SIZES/" + size + ".svg";
$.ajax({ //create an ajax request to load_page.php
type: "GET",