Move manifest.json location

This commit is contained in:
An Phan 2016-07-07 00:35:10 +08:00
parent 3c0f67de8f
commit c2ad531b89
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -3,7 +3,6 @@ node_modules
Homestead.yaml
Homestead.json
.env
/public
/.idea
/_ide_helper.php
/config.testing

3
public/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*
!.gitignore
!manifest.json

View file

@ -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') }}">