We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e0d70 commit 2cbca27Copy full SHA for 2cbca27
packages/framework/src/Framework/Features/Blogging/Models/FeaturedImage.php
@@ -83,7 +83,7 @@ public function getSource(): string
83
{
84
if ($this->type === self::TYPE_LOCAL) {
85
// Return value is always resolvable from a compiled page in the _site directory.
86
- return Hyde::mediaLink($this->source);
+ return Hyde::asset($this->source);
87
}
88
89
return $this->source;
0 commit comments