summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-30 20:21:03 +0100
committerGitHub <noreply@github.com>2021-11-30 20:21:03 +0100
commit632ae7d175dc3ad7404e1df943b1dc45881f7c87 (patch)
treeb7926f91cee25b90369ac9d6410b0f679b13eb3e /searx/static/themes/simple/gruntfile.js
parent0311eba538df589bc11a4d76d3c94b104c5b764d (diff)
parent4798acc6615efada91c8fb29083a521daf5e1e27 (diff)
Merge pull request #562 from return42/fix-img-alt
[simple] ImageLayout.watch: `img_load_error.svg` if img load fails
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index b7501c732..762ba1087 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -164,8 +164,8 @@ module.exports = function(grunt) {
favicon: {
files: {
'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'
}
}
},