Skip to content

Commit fb4350c

Browse files
authored
Fix bad way of using vite
Previously fixed but managed to sneak back in #4995
1 parent f915dea commit fb4350c

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)