Skip to content

Commit

Permalink
Update svgo.config.js (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored Oct 16, 2024
1 parent e6756ce commit 85ead1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/svg-icons/svgo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ module.exports = {
params: {
overrides: {
removeViewBox: false,
mergePaths: false
mergePaths: false,
cleanupIDs: false
},
},
},
],
};
};

0 comments on commit 85ead1f

Please sign in to comment.