Move the favicons

This commit is contained in:
Gabe Kangas
2022-06-24 21:53:16 -07:00
parent f4de7ed31f
commit 6de93f9651
30 changed files with 1 additions and 492 deletions

View File

@ -33,10 +33,6 @@ module.exports = withLess({
source: '/thumbnail.jpg',
destination: 'http://localhost:8080/thumbnail.jpg', // Proxy to Backend to work around CORS.
},
{
source: '/favicon.ico',
destination: 'http://localhost:8080/favicon.ico', // Proxy to Backend to work around CORS.
},
];
},
});