fix: remove path on panel default

This commit is contained in:
Scai 2025-01-06 20:01:41 +02:00
parent 8049ef462e
commit fc27b24783

View File

@ -47,7 +47,6 @@ class AppPanelProvider extends PanelProvider
{
return $panel
->id('app')
->path('')
->spa()
->breadcrumbs(false)
->brandName(config('app.name', 'Pelican'))