From ddf11b394de156ea50fc569f6d23a48b0ef7b0ba Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 9 Oct 2024 16:51:25 +0200 Subject: [PATCH] do not load filament theme stylesheet in main application --- resources/views/app.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 13ce1ff5..9c1cafca 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -23,7 +23,7 @@ @routes - @vite(\Nwidart\Modules\Module::getAssets()) + @vite(array_filter(\Nwidart\Modules\Module::getAssets(), fn($asset) => $asset !== 'resources/css/filament/admin/theme.css')) @inertiaHead