mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Managed error while generating URL previews by throwing an exception
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
return [
|
||||
|
||||
'phpwkhtmltopdf' => [
|
||||
'files_location' => 'data/cache',
|
||||
'images' => [
|
||||
'binary' => 'bin/wkhtmltoimage',
|
||||
'files_location' => 'data/cache/previews',
|
||||
'type' => 'jpg',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user