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 60ad468 commit 03961aeCopy full SHA for 03961ae
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->relativeLink("{$this->kernel->getMediaOutputDirectory()}/$destination");
+ return $this->asset($destination);
96
}
97
98
/**
0 commit comments