Skip to content

Commit

Permalink
Full URL for metadata (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 authored Dec 23, 2022
1 parent 7730da2 commit ba76b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function view(GetPhotoViewRequest $request): View
return $this->frontend(
$photo->title,
$photo->description,
$photo->size_variants->getMedium()?->url ?? $photo->size_variants->getOriginal()->url
url()->to($photo->size_variants->getMedium()?->url ?? $photo->size_variants->getOriginal()->url)
);
}

Expand Down

0 comments on commit ba76b8f

Please sign in to comment.