1
0
Files
re_capitulating_queer/site/config/config.php
Philip Wagner 78b6c0d381 init
2024-08-31 10:01:49 +02:00

25 lines
542 B
PHP

<?php
return [
'languages' => true,
'debug' => true,
'thumbs' => [
'srcsets' => [
'full' => [
'1x' => [
'width' => 960,
'height' => 960,
'crop' => false,
'quality' => 90,
],
'2x' => [
'width' => 960 * 2,
'height' => 960 * 2,
'crop' => false,
'quality' => 90,
]
]
]
]
];