Fix og-image

This commit is contained in:
schmelczerandras 2020-12-07 08:05:57 +01:00
parent 802b215225
commit 6a93206f4e
7 changed files with 6 additions and 16 deletions

View file

@ -75,16 +75,6 @@ module.exports = {
},
],
},
{
test: /\.(ico|png)$/,
use: {
loader: 'file-loader',
query: {
outputPath: '/',
name: '[name].[ext]',
},
},
},
{
test: /no-change.*$/i,
use: {