mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(console): broken svg (#2522)
This commit is contained in:
parent
c5595ee7d3
commit
296f5f357a
2 changed files with 13 additions and 13 deletions
13
packages/console/.svgorc.json
Normal file
13
packages/console/.svgorc.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"plugins": [
|
||||
{
|
||||
"name": "preset-default",
|
||||
"params": {
|
||||
"overrides": {
|
||||
"cleanupIDs": false,
|
||||
"removeViewBox": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
name: 'preset-default',
|
||||
params: {
|
||||
overrides: {
|
||||
cleanupIDs: false,
|
||||
removeViewBox: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
Loading…
Add table
Reference in a new issue