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