diff --git a/flextype/dependencies.php b/flextype/dependencies.php index f2ade94c..bb4f6cb3 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -149,7 +149,7 @@ $flextype['images'] = static function ($container) { // Set source filesystem $source = new Filesystem( - new Local(PATH['entries']) + new Local(PATH['uploads'] . '/entries/') ); // Set cache filesystem