SVG config

This commit is contained in:
2022-05-20 22:00:52 +12:00
parent e4a843d862
commit a62439cbb2

12
svgo.config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"plugins": [
{
"name": "preset-default",
"params": {
"overrides": {
"removeViewBox": false
}
}
}
]
}