From: Vincent Vanwaelscappel Date: Thu, 6 Jan 2022 19:11:50 +0000 (+0100) Subject: wip #5005 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=baaa65a712ca6366fd1f3d44ed9834f57942f2c1;p=odl.git wip #5005 --- diff --git a/app/Jobs/ProducePackage.php b/app/Jobs/ProducePackage.php index c902ef4..96bb1b8 100644 --- a/app/Jobs/ProducePackage.php +++ b/app/Jobs/ProducePackage.php @@ -78,8 +78,9 @@ class ProducePackage implements ShouldQueue, ShouldBeUnique { 'https://odl.paris.cubedesigners.com/front/' => './', 'https://cube.odile.space/front/' => './', - 'https://odl.paris.cubedesigners.com/storage/' => './storage/', - 'https://cube.odile.space/storage/' => './storage/', + 'https://odl.paris.cubedesigners.com/storage/' => '/storage/', + 'https:\/\/odl.paris.cubedesigners.com\/storage\/' => '\/storage\/', + 'https:\/\/cube.odile.space\/storage\/' => '\/storage\/', 'https://odl.paris.cubedesigners.com/' => './', 'https://cube.odile.space/' => './', '/front/' => './',