From: Vincent Vanwaelscappel Date: Wed, 1 Apr 2020 13:21:30 +0000 (+0200) Subject: fix #3542 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ddd08a210a6212989e19e37bcb28e642245e7bed;p=fluidbook-toolbox.git fix #3542 --- diff --git a/config/backpack/base.php b/config/backpack/base.php index 794de0c6e..6750b314f 100644 --- a/config/backpack/base.php +++ b/config/backpack/base.php @@ -32,7 +32,7 @@ return [ // The string below will be passed through the url() helper. // - default: '' (project root) // - alternative: 'admin' (the admin's dashboard) - 'home_link' => 'admin', + 'home_link' => '', // Content of the HTML meta robots tag to prevent indexing and link following 'meta_robots_content' => 'noindex, nofollow',