diff --git a/svgo.config.json b/svgo.config.json new file mode 100644 index 0000000..fa18b9e --- /dev/null +++ b/svgo.config.json @@ -0,0 +1,12 @@ +{ + "plugins": [ + { + "name": "preset-default", + "params": { + "overrides": { + "removeViewBox": false + } + } + } + ] +}