[fix] theme: build `img_load_error.svg` as svg

pull/617/head
mrpaulblack 3 years ago
parent 2713ac6c0b
commit 414f1039d2

@ -129,7 +129,8 @@ module.exports = function (grunt) {
},
files: {
'<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.svg': '<%= _brand %>/searxng.svg'
'img/searxng.svg': '<%= _brand %>/searxng.svg',
'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}
},
favicon: {
@ -146,7 +147,6 @@ module.exports = function (grunt) {
files: {
'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.png': '<%= _brand %>/searxng.svg',
'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}
}
},

Loading…
Cancel
Save