re-enable spa

This commit is contained in:
notCharles 2025-04-27 21:14:20 -04:00
parent 93d5e8e0c9
commit d84f873693
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class AdminPanelProvider extends PanelProvider
->id('admin') ->id('admin')
->path('admin') ->path('admin')
->homeUrl('/') ->homeUrl('/')
//->spa() ->spa()
->databaseNotifications() ->databaseNotifications()
->breadcrumbs(false) ->breadcrumbs(false)
->brandName(config('app.name', 'Pelican')) ->brandName(config('app.name', 'Pelican'))

View File

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

View File

@ -34,7 +34,7 @@ class ServerPanelProvider extends PanelProvider
->id('server') ->id('server')
->path('server') ->path('server')
->homeUrl('/') ->homeUrl('/')
//->spa() ->spa()
->databaseNotifications() ->databaseNotifications()
->tenant(Server::class) ->tenant(Server::class)
->brandName(config('app.name', 'Pelican')) ->brandName(config('app.name', 'Pelican'))