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 b69fd2e commit fa872eeCopy full SHA for fa872ee
packages/framework/src/Framework/Features/Blogging/Models/LocalFeaturedImage.php
@@ -33,7 +33,7 @@ protected function setSource(string $source): string
33
34
public function getSource(): string
35
{
36
- // Return value is relative to the site's root.
+ // Return value is always resolvable from a compiled page in the _site directory.
37
return Hyde::relativeLink("media/$this->source");
38
}
39
0 commit comments