This commit is contained in:
Joseph Cheung 2023-02-19 18:46:34 +08:00
parent acd87ae0e8
commit c6f3c566c4
13 changed files with 21 additions and 19 deletions

View file

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