1
0
Fork 0
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:
Bill Thornton 2024-11-04 10:25:36 -05:00
parent 2f2844c33f
commit f35893d0a1

View file

@ -73,7 +73,7 @@ const config = {
new CopyPlugin({ new CopyPlugin({
patterns: [ patterns: [
{ {
from: 'themes/**/*.css' from: 'themes/**/*.{css,jpg}'
}, },
{ {
from: 'assets/**', from: 'assets/**',