Improvements to site performance & accessibility

Added alt tags, language, and defered loading to assets that are not needed immediately.
This commit is contained in:
2018-11-16 13:59:12 -05:00
parent 82291517d2
commit 0436d2beb4
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,8 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "/",
"theme_color": "#CCFF00",
"background_color": "#CCFF00",
"display": "standalone"
}