Skip to content

Commit 4f334df

Browse files
authored
Merge pull request #5231 from olipayne/patch-3
Fix bad way of using vite
2 parents f915dea + fb4350c commit 4f334df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/backpack/ui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
// CSS files that are loaded in all pages, using Laravel's @vite() helper
107107
// Please note that support for Vite was added in Laravel 9.19. Earlier versions are not able to use this feature.
108108
'vite_styles' => [ // resource file_path
109-
// 'resources/css/app.css' => '',
109+
// 'resources/css/app.css',
110110
],
111111

112112
// --------------

0 commit comments

Comments
 (0)