diff --git a/config/orbit.php b/config/orbit.php index 492fa5f..2f5c59b 100644 --- a/config/orbit.php +++ b/config/orbit.php @@ -11,7 +11,7 @@ return [ ], 'paths' => [ - 'content' => base_path('content'), + 'content' => storage_path('content'), 'cache' => storage_path('framework/cache/orbit'), ],