mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 14:11:05 +00:00
[fix] theme: build img_load_error.svg
as svg
This commit is contained in:
parent
2713ac6c0b
commit
414f1039d2
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,8 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
|
'<%= _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: {
|
favicon: {
|
||||||
|
@ -146,7 +147,6 @@ module.exports = function (grunt) {
|
||||||
files: {
|
files: {
|
||||||
'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg',
|
'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg',
|
||||||
'img/searxng.png': '<%= _brand %>/searxng.svg',
|
'img/searxng.png': '<%= _brand %>/searxng.svg',
|
||||||
'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue