mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-27 00:01:06 +00:00
Merge pull request #6297 from thornbill/include-theme-images
Fix missing theme images
This commit is contained in:
commit
5c55e458dd
@ -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