Add og-image

This commit is contained in:
schmelczerandras 2020-10-22 22:11:41 +02:00
parent 1d1bc6655c
commit 0058f40f1f
3 changed files with 15 additions and 1 deletions

View file

@ -54,7 +54,7 @@ module.exports = {
use: ['source-map-loader'],
},
{
test: /\.svg$/,
test: /\.(svg|png)$/,
use: {
loader: 'file-loader',
},