config temp
All checks were successful
Deploy / deploy (push) Successful in 21s

This commit is contained in:
Julie Blanc 2026-06-21 23:34:20 +02:00
parent a233736500
commit 6e576310de
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ jobs:
--exclude-glob .forgejo/ \
--exclude-glob content/ \
--exclude-glob media/ \
--exclude-glob site/accounts/ \
--exclude-glob site/cache/ \
--exclude-glob site/sessions/ \
./ $FTP_PATH

View file

@ -8,12 +8,13 @@
* All config options: https://getkirby.com/docs/reference/system/options
*/
return [
'debug' => false,
'debug' => true,
'yaml.handler' => 'symfony',
'session' => [
'cookieSameSite' => 'Lax',
],
'panel' => [
'install' => true,
'language' => 'fr',
'css' => 'assets/css/panel.css',
'menu' => [