Webpack: proxy `favicon.png` to the backend in devServer

merge-requests/630/head
Alex Gleason 3 years ago
parent 567c4ce093
commit 8d9f3b561f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -23,6 +23,7 @@ const backendEndpoints = [
'/static',
'/main/ostatus',
'/ostatus_subscribe',
'/favicon.png',
];
const makeProxyConfig = () => {

Loading…
Cancel
Save