Skip to content

Commit

Permalink
Continuation of favicon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp6 committed Oct 5, 2023
1 parent 183be7b commit 184360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title inertia>{{ config('app.name', 'Servyrun') }}</title>
<link rel="icon" type="image/x-icon" href="{{config('custom.favicon', 'favicon.ico')}}">
<link rel="icon" type="image/x-icon" href="{{asset(config('custom.favicon', 'favicon.ico'))}}">
<meta name="csrf-token" content="{{ csrf_token() }}">
@routes
@viteReactRefresh
Expand Down

0 comments on commit 184360d

Please sign in to comment.