Moved favicon.ico to web root folder, as this is the location where a browser expects it

This prevents that the browser calls the PHP router to search for the (non-existing) favicon.icon
This commit is contained in:
Jan Böhmer 2023-02-05 00:18:07 +01:00
parent 76e4002a5a
commit 3546385ed2
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -20,7 +20,7 @@
<meta name="turbo-cache-control" content="no-cache">
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('icon/favicon.ico') }}">
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('icon/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" href="{{ asset('icon/favicon-32x32.png') }}" sizes="32x32">
<link rel="icon" type="image/png" href="{{ asset('icon/favicon-16x16.png') }}" sizes="16x16">