Skip to content

Commit

Permalink
fix: fix favicon url (monicahq/chandler#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 15, 2022
1 parent 1d1fb4e commit 7230c5d
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 @@ -8,7 +8,7 @@

<title inertia>{{ config('app.name', 'Laravel') }}</title>

<link rel="shortcut icon" href="img/favicon.svg">
<link rel="shortcut icon" href="/img/favicon.svg">

<!-- Scripts -->
@if (app()->bound('sentry') && config('sentry.dsn') !== null)
Expand Down

0 comments on commit 7230c5d

Please sign in to comment.