build: typo in HtmlWebPackPlugin imagesPath

This commit is contained in:
Tim 2025-01-31 10:02:06 +01:00
parent 0a1278b494
commit 74682ddb6f

View file

@ -244,7 +244,7 @@ module.exports = (env, argv) => ({
inject: false,
scriptLoading: 'blocking',
faviconsPath: 'favicons',
imagesPath: '$images',
imagesPath: 'images',
}),
new WebpackPwaManifest({
name: 'Stremio Web',