diff --git a/config/jetstream.php b/config/jetstream.php index e1aa584da..cdd52176b 100644 --- a/config/jetstream.php +++ b/config/jetstream.php @@ -7,4 +7,5 @@ 'middleware' => ['web'], 'features' => [Features::accountDeletion()], 'profile_photo_disk' => 'public', + 'prefix' => '', ];