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.
2 parents a3e655a + e55878b commit 0028918Copy full SHA for 0028918
src/helpers.php
@@ -6,7 +6,7 @@
6
function favicon($image)
7
{
8
if (app(FaviconGenerator::class)->shouldGenerateFavicon(app()->environment())) {
9
- return '/'.config('favicon.url_prefix')."/$image";
+ return rtrim(config('app.url'), '/').'/'.config('favicon.url_prefix')."/$image";
10
}
11
12
return $image;
0 commit comments