From 720b6eb337153a6dde9af2e56982d77f1479d3c8 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 2 Dec 2022 02:03:06 -0700 Subject: [PATCH] Update filesystem config, fix DO Spaces root default --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ],