Laravel Telescope Redirection vers localhost

1.Open: \vendor\laravel\telescope\resources\views\layout.blade.php
2.Change these lines
<!-- Global Telescope Object -->
<script>
   window.Telescope = @json($telescopeScriptVariables);
   window.Telescope.path = 'your_project_folder/public/telescope';
</script>
shafeeque