diff --git a/src/FilamentDebugger.php b/src/FilamentDebugger.php index 13b46cc..5c5d3f0 100755 --- a/src/FilamentDebugger.php +++ b/src/FilamentDebugger.php @@ -35,7 +35,7 @@ public static function getTelescopeUrl(): NavigationItem ->label('Telescope') ->sort(1) ->url( - '/'.config('telescope.domain').config('telescope.path') + config('telescope.domain').'/'.config('telescope.path') ) ->openUrlInNewTab(); } @@ -48,7 +48,7 @@ public static function getHorizonUrl(): NavigationItem ->label('Horizon') ->sort(2) ->url( - '/'.config('horizon.domain').config('horizon.path') + config('horizon.domain').'/'.config('horizon.path') ) ->openUrlInNewTab(); }