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

This commit is contained in:
Alex Gleason 2021-07-19 13:14:19 -05:00
parent 567c4ce093
commit 8d9f3b561f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

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