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' => [ 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