diff --git a/src/FieldTypes/SeotamicSocial.php b/src/FieldTypes/SeotamicSocial.php index aab5d4d..ca6fa37 100644 --- a/src/FieldTypes/SeotamicSocial.php +++ b/src/FieldTypes/SeotamicSocial.php @@ -196,6 +196,6 @@ protected function getImage($compress = false): string return url(Image::manipulate($asset, ['w' => 1200, 'h' => 630, 'q' => '70', 'fit' => 'crop'])); } - return $asset->url(); + return $asset->absoluteUrl(); } }