diff --git a/config/bc.php b/config/bc.php index dd7f217585..cc4532b4c5 100644 --- a/config/bc.php +++ b/config/bc.php @@ -4,7 +4,13 @@ return [ 'index' => [ 'parent' => null, 'title' => 'breadcrumbs.home', - 'static_route' => 'home', + 'static_route' => 'index', + 'dynamic_route' => null, + ], + 'home' => [ + 'parent' => null, + 'title' => 'breadcrumbs.home', + 'static_route' => 'index', 'dynamic_route' => null, ], 'accounts' => [