From 0177db2d17affb7b26e2597ed90511b1ccbd44ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 17 Feb 2025 19:30:01 +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 2d51a87d71faa68e16e34ccdc45df9b75d15f714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 17 Feb 2025 19:31:58 +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 40745d8..a2d4660 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -4,7 +4,8 @@ return [ // Kirby configuration settings 'panel' => [ 'language' => 'fr', - 'css' => 'build/panel.css' + 'css' => 'build/panel.css', + 'install' => true, ], // Sitemapper plugin options 'kirbyzone.sitemapper' => [