diff options
| author | Mathias Biilmann <info@mathias-biilmann.net> | 2017-12-07 10:20:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-07 10:20:11 -0800 |
| commit | 8745627e7d171b4b1fd2062b4328bf23899663e9 (patch) | |
| tree | 5f0399bf843f5a3055e0bb6d3da6774b1a01f307 /site/static/manifest.json | |
| parent | 2db9a63c54df63e95c1fbf39391d201c98a62b86 (diff) | |
| parent | a4bfd44601069a1b054c396ad754c8a2b7ec688c (diff) | |
Merge pull request #11 from netlify-templates/update-for-cms-1-0
Update for CMS 1.0
Diffstat (limited to 'site/static/manifest.json')
| -rw-r--r-- | site/static/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/static/manifest.json b/site/static/manifest.json index 80c5526..c488cb2 100644 --- a/site/static/manifest.json +++ b/site/static/manifest.json @@ -2,12 +2,12 @@ "name": "", "icons": [ { - "src": "\/android-chrome-192x192.png", + "src": "\/img\/android-chrome-192x192.png", "sizes": "192x192", "type": "image\/png" }, { - "src": "\/android-chrome-512x512.png", + "src": "\/img\/android-chrome-512x512.png", "sizes": "512x512", "type": "image\/png" } |
