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 a3e655a commit e55878bCopy full SHA for e55878b
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