precomposed correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-03 16:42:19 +02:00
parent 811d8f0737
commit 31e2681e2f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

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) {
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon-precomposed.png'));
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon.png'));
});
router.route('/apple-touch-icon-precomposed.png').get(function(req, res, next) {