From ddd08a210a6212989e19e37bcb28e642245e7bed Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 1 Apr 2020 15:21:30 +0200 Subject: [PATCH] fix #3542 --- config/backpack/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5