diff --git a/config/filesystems.php b/config/filesystems.php index cc0ce35a4..43c2732e0 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -80,7 +80,7 @@ return [ 'options' => [ 'CacheControl' => 'max-age=31536000' ], - 'root' => env('DO_SPACES_ROOT','/'), + 'root' => env('DO_SPACES_ROOT',''), 'throw' => true, ],