Skip to content

Commit 2cbca27

Browse files
committed
Use the replacement method
1 parent 89e0d70 commit 2cbca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Framework/Features/Blogging/Models/FeaturedImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function getSource(): string
8383
{
8484
if ($this->type === self::TYPE_LOCAL) {
8585
// Return value is always resolvable from a compiled page in the _site directory.
86-
return Hyde::mediaLink($this->source);
86+
return Hyde::asset($this->source);
8787
}
8888

8989
return $this->source;

0 commit comments

Comments
 (0)