From 7f7d4e1201fd13391a4582304caccdda3b89fae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Fri, 17 Jun 2022 10:22:39 +0200 Subject: [PATCH] Fix error handling --- site/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/config/config.php b/site/config/config.php index fc20805..5dfc8b9 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -3,6 +3,7 @@ return [ // Kirby configuration settings 'home' => 'accueil', + 'error' => 'erreur', 'panel' => [ 'language' => 'fr', 'css' => 'assets/css/panel.min.css' @@ -10,7 +11,7 @@ return [ // Sitemapper plugin options 'kirbyzone.sitemapper' => [ 'intro' => false, - 'byLine' => 'Sitemap generated with Sitemapper by Kirbyzone.' + 'byLine' => 'Sitemap generated with Sitemapper by Kirbyzone.' ], // Hooks 'hooks' => [