mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-23 05:59:54 +00:00
Fix missing theme images
This commit is contained in:
parent
2f2844c33f
commit
f35893d0a1
@ -73,7 +73,7 @@ const config = {
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: 'themes/**/*.css'
|
||||
from: 'themes/**/*.{css,jpg}'
|
||||
},
|
||||
{
|
||||
from: 'assets/**',
|
||||
|
Loading…
Reference in New Issue
Block a user