1
0
This commit is contained in:
Philip Wagner
2024-08-31 10:01:49 +02:00
commit 78b6c0d381
1169 changed files with 235103 additions and 0 deletions

24
site/config/config.php Normal file
View File

@@ -0,0 +1,24 @@
<?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,
]
]
]
]
];