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