mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Move manifest.json location
This commit is contained in:
parent
3c0f67de8f
commit
c2ad531b89
4 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@ node_modules
|
|||
Homestead.yaml
|
||||
Homestead.json
|
||||
.env
|
||||
/public
|
||||
/.idea
|
||||
/_ide_helper.php
|
||||
/config.testing
|
||||
|
|
3
public/.gitignore
vendored
Normal file
3
public/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!.gitignore
|
||||
!manifest.json
|
|
@ -11,7 +11,7 @@
|
|||
<meta name="theme-color" content="#282828">
|
||||
<meta name="msapplication-navbutton-color" content="#282828">
|
||||
|
||||
<link rel="manifest" href="{{ App::staticUrl('manifest.json') }}" />
|
||||
<link rel="manifest" href="{{ App::staticUrl('public/manifest.json') }}" />
|
||||
<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