Use asset url for favicon on login blade
This commit is contained in:
parent
512632ce60
commit
b4fec068d0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="{{ url(asset('js/plugins/select2/select2.min.css')) }}">
|
<link rel="stylesheet" href="{{ url(asset('js/plugins/select2/select2.min.css')) }}">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
|
<link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
|
||||||
<link rel="shortcut icon" type="image/ico" href="{{ asset('favicon.ico') }}">
|
<link rel="shortcut icon" type="image/ico" href="{{ url(asset('favicon.ico')) }}">
|
||||||
|
|
||||||
|
|
||||||
@if (($snipeSettings) && ($snipeSettings->header_color))
|
@if (($snipeSettings) && ($snipeSettings->header_color))
|
||||||
|
|
Loading…
Add table
Reference in a new issue