summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 8075e0797..b7501c732 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -150,7 +150,15 @@ module.exports = function(grunt) {
'<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.svg': '<%= _brand %>/searxng.svg'
}
- }
+ },
+ favicon: {
+ options: {
+ svgo: ['--config', 'svg4favicon.svgo.js']
+ },
+ files: {
+ 'img/favicon.svg': '<%= _brand %>/searxng-wordmark.svg'
+ }
+ },
},
svg2png: {
favicon: {