Skip to content

Commit 763a037

Browse files
committed
Merge branch 'staging'
2 parents b830219 + b91be5e commit 763a037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Nova/BlogPost.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ protected function featuredImageFields()
8383
{
8484
return [
8585
Image::make('Featured Image')
86+
->disk('s3')
8687
->path('/blog-posts/images')
8788
->nullable()
8889
->disableDownload()

0 commit comments

Comments
 (0)