diff --git a/src/helpers.php b/src/helpers.php index 3860df8..af3701c 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -23,5 +23,7 @@ function bootloader(): Bootloader \Illuminate\Foundation\Vite::class ); + $bootloader->getApplication()->usePublicPath(get_theme_file_path('public')); + return $bootloader; }