mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing theme images
This commit is contained in:
parent
2f2844c33f
commit
f35893d0a1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const config = {
|
||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
from: 'themes/**/*.css'
|
from: 'themes/**/*.{css,jpg}'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: 'assets/**',
|
from: 'assets/**',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue