mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
Revert image driver breaking change, will delay
This commit is contained in:
parent
9f2659da6a
commit
5ece86fb0a
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'driver' => env('IMAGE_DRIVER', 'imagick'),
|
||||
'driver' => env('IMAGE_DRIVER', 'gd'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue