Fixed an issue where preview images for themes were not loading in preferences. #6363

This commit is contained in:
Pravesh Sharma
2023-06-12 14:59:43 +05:30
committed by GitHub
parent 78c098c9ea
commit 3e713cf58b
2 changed files with 10 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ const copyFiles = new CopyPlugin({
pgadminThemesJson,
{
from: './pgadmin/static/scss/resources/**/*.png',
to: 'img/[name].[ext]',
to: 'img/[name][ext]',
},
],
});