From fb9bdea6776f678689626d74f1d3a204f4d5e9fa Mon Sep 17 00:00:00 2001 From: Saeid Date: Mon, 31 Aug 2020 18:36:41 +0430 Subject: [PATCH] fix: medialibrary config problems --- config/medialibrary.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/medialibrary.php b/config/medialibrary.php index 7bf79a1..d9c3dd3 100644 --- a/config/medialibrary.php +++ b/config/medialibrary.php @@ -29,7 +29,7 @@ return [ /* * The domain that should be prepended when generating urls. */ - 'domain' => 'https://cdn.willamall.com/' . env('MINIO_BUCKET') , + 'domain' => 'https://cdn.willaspace.com/' . env('MINIO_BUCKET') , ], 'remote' => [ @@ -129,7 +129,7 @@ return [ * The engine that should perform the image conversions. * Should be either `gd` or `imagick`. */ - 'image_driver' => 'gd', + 'image_driver' => 'imagick', /* * FFMPEG & FFProbe binaries paths, only used if you try to generate video @@ -154,5 +154,5 @@ return [ 'generate_responsive_images' => Spatie\MediaLibrary\Jobs\GenerateResponsiveImages::class, ], - 'wm-cdn' => 'https://cdn.willamall.com', + 'wm-cdn' => 'https://cdn.willaspace.com', ];