sending precomposed instead of apple-touch

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-03 16:36:38 +02:00
parent f71d641f8f
commit 4a3dbd3aef

View File

@@ -14,7 +14,7 @@ router.route('/browserconfig.xml').get(function(req, res, next) {
}); });
router.route('/apple-touch-icon.png').get(function(req, res, next) { router.route('/apple-touch-icon.png').get(function(req, res, next) {
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon.png')); res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon-precomposed.png'));
}); });
router.route('/apple-touch-icon-precomposed.png').get(function(req, res, next) { router.route('/apple-touch-icon-precomposed.png').get(function(req, res, next) {