mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 05:14:46 +02:00
fix: remove path on panel default
This commit is contained in:
parent
8049ef462e
commit
fc27b24783
@ -47,7 +47,6 @@ class AppPanelProvider extends PanelProvider
|
|||||||
{
|
{
|
||||||
return $panel
|
return $panel
|
||||||
->id('app')
|
->id('app')
|
||||||
->path('')
|
|
||||||
->spa()
|
->spa()
|
||||||
->breadcrumbs(false)
|
->breadcrumbs(false)
|
||||||
->brandName(config('app.name', 'Pelican'))
|
->brandName(config('app.name', 'Pelican'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user