Skip to content

Commit fa872ee

Browse files
committed
Clarify code comment
Reduces confusion. See related issue #925
1 parent b69fd2e commit fa872ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function setSource(string $source): string
3333

3434
public function getSource(): string
3535
{
36-
// Return value is relative to the site's root.
36+
// Return value is always resolvable from a compiled page in the _site directory.
3737
return Hyde::relativeLink("media/$this->source");
3838
}
3939

0 commit comments

Comments
 (0)