Skip to content

Commit

Permalink
fix(ct): fix svgo config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 16, 2023
1 parent 50d95d2 commit 2c4e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/ct/svgo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
delete ast.children[0]?.attributes['version'];
delete ast.children[0]?.attributes['style'];
delete ast.children[0]?.attributes['xml:space'];
delete ast.children[0]?.attributes['xmlns:xlink'];
// delete ast.children[0]?.attributes['xmlns:xlink'];
},
}
]
Expand Down

0 comments on commit 2c4e70a

Please sign in to comment.