Skip to content

Commit 7230c5d

Browse files
authored
fix: fix favicon url (monicahq/chandler#247)
1 parent 1d1fb4e commit 7230c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
<link rel="shortcut icon" href="img/favicon.svg">
11+
<link rel="shortcut icon" href="/img/favicon.svg">
1212

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

0 commit comments

Comments
 (0)