We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b830219 + b91be5e commit 763a037Copy full SHA for 763a037
app/Nova/BlogPost.php
@@ -83,6 +83,7 @@ protected function featuredImageFields()
83
{
84
return [
85
Image::make('Featured Image')
86
+ ->disk('s3')
87
->path('/blog-posts/images')
88
->nullable()
89
->disableDownload()
0 commit comments