From a62439cbb2ca793ff528c304029085a6ebe24ad4 Mon Sep 17 00:00:00 2001 From: Ian Hitchman Date: Fri, 20 May 2022 22:00:52 +1200 Subject: [PATCH] SVG config --- svgo.config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 svgo.config.json 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 + } + } + } + ] +}