diff --git a/site/config/config.php b/site/config/config.php index a2d4660..40745d8 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -4,8 +4,7 @@ return [ // Kirby configuration settings 'panel' => [ 'language' => 'fr', - 'css' => 'build/panel.css', - 'install' => true, + 'css' => 'build/panel.css' ], // Sitemapper plugin options 'kirbyzone.sitemapper' => [ diff --git a/www b/www new file mode 120000 index 0000000..d70ebaa --- /dev/null +++ b/www @@ -0,0 +1 @@ +public \ No newline at end of file