From 69e1f665f169e1fb4a7aa369471f64c77e3a6080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 17 Feb 2025 19:30:11 +0100 Subject: [PATCH 1/2] Remove symlink to public directory --- www | 1 - 1 file changed, 1 deletion(-) delete mode 120000 www diff --git a/www b/www deleted file mode 120000 index d70ebaa..0000000 --- a/www +++ /dev/null @@ -1 +0,0 @@ -public \ No newline at end of file From 4228e9a106e895b5821973a3d8e349e3a3f00ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 17 Feb 2025 19:31:51 +0100 Subject: [PATCH 2/2] Allow panel install --- 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 33a24c4..43e56eb 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -6,7 +6,8 @@ return [ 'error' => 'erreur', 'panel' => [ 'language' => 'fr', - 'css' => 'build/panel.css' + 'css' => 'build/panel.css', + 'install' => true, ], // Sitemapper plugin options 'kirbyzone.sitemapper' => [