mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Move browserconfig.xml
This commit is contained in:
parent
c2ad531b89
commit
ae3d2fadf3
3 changed files with 2 additions and 0 deletions
1
public/.gitignore
vendored
1
public/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*
|
||||
!.gitignore
|
||||
!manifest.json
|
||||
!browserconfig.xml
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<meta name="msapplication-navbutton-color" content="#282828">
|
||||
|
||||
<link rel="manifest" href="{{ App::staticUrl('public/manifest.json') }}" />
|
||||
<meta name="msapplication-config" content="{{ App::staticUrl('public/browserconfig.xml') }}" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ App::staticUrl('public/img/favicon.ico') }}" />
|
||||
<link rel="icon" href="{{ App::staticUrl('public/img/icon.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ App::staticUrl('public/img/icon.png') }}">
|
||||
|
|
Loading…
Reference in a new issue