1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6297 from thornbill/include-theme-images

Fix missing theme images
This commit is contained in:
Bill Thornton 2024-11-04 11:04:39 -05:00 committed by GitHub
commit 5c55e458dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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/**',