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({
patterns: [
{
from: 'themes/**/*.css'
from: 'themes/**/*.{css,jpg}'
},
{
from: 'assets/**',