WIP
This commit is contained in:
@@ -39,7 +39,7 @@ class ImageController extends Controller
|
||||
*/
|
||||
public function show(Image $image) : BinaryFileResponse
|
||||
{
|
||||
return response()->file(Storage::disk('images')->path($image->album->id . '/original/' . $image->id));
|
||||
return response()->file(Storage::disk('images')->path($image->album->id . '/thumbnail/' . $image->id . '.avif'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user