mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2025-09-10 22:43:50 +02:00
Merge pull request #6297 from thornbill/include-theme-images
Fix missing theme images
This commit is contained in:
@@ -73,7 +73,7 @@ const config = {
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: 'themes/**/*.css'
|
||||
from: 'themes/**/*.{css,jpg}'
|
||||
},
|
||||
{
|
||||
from: 'assets/**',
|
||||
|
||||
Reference in New Issue
Block a user