hic-et-nunc/site/config/config.php
isUnknown 13040a9df3
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
home > slideshow : enable
2026-05-26 10:56:17 +02:00

15 lines
No EOL
305 B
PHP

<?php
return [
'debug' => true,
'panel' => [
'menu' => require_once __DIR__ . '/menu.php',
'home' => 'pages/home',
],
'thumbs' => [
'quality' => 80,
'srcsets' => array_merge(
require __DIR__ . '/thumbs/home-slideshow.php',
),
],
];