Our favicon needs to be an absolute path
This commit is contained in:
parent
652cdee034
commit
00fb3e9312
@ -11,7 +11,7 @@
|
|||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
|
||||||
<title>{{ config('app.name') }} - @yield('htmlheader_title','🥇 The BEST ldap admin tool!')</title>
|
<title>{{ config('app.name') }} - @yield('htmlheader_title','🥇 The BEST ldap admin tool!')</title>
|
||||||
<link rel="shortcut icon" href="{{ config('app.favicon','favicon.ico') }}" />
|
<link rel="shortcut icon" href="/{{ config('app.favicon','favicon.ico') }}" />
|
||||||
|
|
||||||
<!-- App CSS -->
|
<!-- App CSS -->
|
||||||
<link rel="stylesheet" href="{{ asset('/css/app.css') }}">
|
<link rel="stylesheet" href="{{ asset('/css/app.css') }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user