]> _ Git - odl.git/commitdiff
wip #5005
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jan 2022 19:11:50 +0000 (20:11 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jan 2022 19:11:50 +0000 (20:11 +0100)
app/Jobs/ProducePackage.php

index c902ef417d688c263cd12d6ef1ec18ba993cb0fc..96bb1b80bb22194f5ffe1e01ed7e80f3ee8e594f 100644 (file)
@@ -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/' => './',