]> _ Git - fluidbook-toolbox.git/commitdiff
fix #3542
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Apr 2020 13:21:30 +0000 (15:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Apr 2020 13:21:30 +0000 (15:21 +0200)
config/backpack/base.php

index 794de0c6e4f2774ac97205399811c2da4e5ceb5f..6750b314f8cb9264adb1b5b41ac31ca22530210b 100644 (file)
@@ -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',