mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
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:
parent
76e4002a5a
commit
3546385ed2
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue