mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Fix favicon 404s in dev
This commit is contained in:
parent
fd131a25af
commit
dde9878a46
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ 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.
|
||||
},
|
||||
];
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue