Skip to content

Commit 096d7dd

Browse files
committed
disable profile photo and api by default
1 parent 4ef93b6 commit 096d7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jetstream.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*/
3030

3131
'features' => [
32-
Features::profilePhotos(),
33-
Features::api(),
32+
// Features::profilePhotos(),
33+
// Features::api(),
3434
// Features::teams(),
3535
],
3636

0 commit comments

Comments
 (0)