diff options
author | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
commit | 9f5162371323562623bae42b0476bd8b9a4a5e92 (patch) | |
tree | 9375011fbff065938b1878cbf5198247a8a0dbbf /static/manifest.json | |
parent | 381bff129b70471e86e99a2d6b6a7e090f13287e (diff) | |
download | blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2 blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip |
Add more HTML metadata, re-format some text
Diffstat (limited to 'static/manifest.json')
-rw-r--r-- | static/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json index b700497..f5c09f1 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,7 +4,7 @@ "description": "Blog do Jefferson", "icons": [ { - "src": "static/favicon.png", + "src": "/static/favicon.png", "sizes": "192x192", "type": "image/png" } |