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 03961ae commit f82e148Copy full SHA for f82e148
packages/framework/src/Foundation/Kernel/Hyperlinks.php
@@ -92,7 +92,7 @@ public function relativeLink(string $destination): string
92
*/
93
public function mediaLink(string $destination): string
94
{
95
- return $this->asset($destination);
+ return $this->relativeLink("{$this->kernel->getMediaOutputDirectory()}/$destination");
96
}
97
98
/**
0 commit comments