Merge branch 'master' into pull-data-from-wiki

This commit is contained in:
Aleksandr Statciuk 2022-04-12 19:28:53 +03:00
commit afaf3aef07

View file

@ -46,7 +46,7 @@ module.exports = {
})
.custom((value, helper) => {
const ext = path.extname(value)
if (!ext || /(\.png|\.jpeg|\.jpg)/i.test(ext)) {
if (!ext || /(\.svg|\.png|\.jpeg|\.jpg)/i.test(ext)) {
return true
} else {
return helper.message(`"logo" has an invalid file extension "${ext}"`)