Our favicon needs to be an absolute path

This commit is contained in:
Deon George 2023-09-02 21:57:47 +10:00
parent 652cdee034
commit 00fb3e9312
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<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 -->
<link rel="stylesheet" href="{{ asset('/css/app.css') }}">