diff options
Diffstat (limited to 'searx/static/themes/simple/svg4favicon.svgo.js')
-rw-r--r-- | searx/static/themes/simple/svg4favicon.svgo.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/searx/static/themes/simple/svg4favicon.svgo.js b/searx/static/themes/simple/svg4favicon.svgo.js new file mode 100644 index 000000000..b9dd0da8e --- /dev/null +++ b/searx/static/themes/simple/svg4favicon.svgo.js @@ -0,0 +1,16 @@ +/** + * @license + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * svgo config: Optimize SVG for WEB usage + */ + +module.exports = { + plugins: [ + { + name: 'preset-default', + }, + // make diff friendly + 'sortAttrs', + ], +}; |