瀏覽代碼

Update filesystem config, fix DO Spaces root default

Daniel Supernault 2 年之前
父節點
當前提交
720b6eb337
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/filesystems.php

+ 1 - 1
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,
         ],