diff --git a/config/hyde.php b/config/hyde.php index b05f8683..c65a8375 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -446,6 +446,10 @@ | */ + // Change the file extensions to be considered as media files and are copied to the output directory. + // If you want to add more extensions, add it to the empty merge array, or just override the entire array. + 'media_extensions' => array_merge([], \Hyde\Support\Filesystem\MediaFile::EXTENSIONS), + // The list of directories that are considered to be safe to empty upon site build. // If the site output directory is set to a directory that is not in this list, // the build command will prompt for confirmation before emptying it.