mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
sending precomposed instead of apple-touch
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user