diff --git a/www/app/config/config.php b/www/app/config/config.php index 5498839..b6c7e7f 100644 --- a/www/app/config/config.php +++ b/www/app/config/config.php @@ -1,12 +1,22 @@ '../src/', 'arnoson.kirby-vite.outDir' => 'assets', 'arnoson.kirby-vite.entry' => 'app.js', - # optional values - 'debug' => true, - 'smartypants' => true + 'smartypants' => true, + 'panel' => [ + 'slug' => 'cp', + 'language' => 'ru' + ], + 'thumbs' => [ + 'format' => 'webp', + 'quality' => 80, + 'srcsets' => [ + 'default' => [640, 750, 828, 1080, 1200, 1920, 2048, 3840], + ] + ], + 'routes' => require_once 'routes.php', + 'hooks' => require_once 'hooks.php' ]; diff --git a/www/app/config/hooks.php b/www/app/config/hooks.php new file mode 100644 index 0000000..0b67a5f --- /dev/null +++ b/www/app/config/hooks.php @@ -0,0 +1,3 @@ +