[web-src] Make artwork responsive, change error handling if

an item has no artwork plus some small styling changes
This commit is contained in:
chme
2018-11-10 05:16:25 +01:00
parent 357a0e611a
commit 7ef4e9dd74
4 changed files with 65 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
// Output path for the generated index.html
indexPath: 'index.html',
assetsDir: 'player',
// Do not add hashes to the generated js/css filenames, would otherwise
@@ -25,6 +25,9 @@ module.exports = {
proxy: {
'/api': {
target: 'http://localhost:3689',
},
'/artwork': {
target: 'http://localhost:3689',
}
}
}