Skip to content

Commit 13624d5

Browse files
committed
feat(svgo): add 'removeTitle' plugin to SVGO configuration
- Included the 'removeTitle' plugin in the SVGO configuration to enhance SVG optimization by removing title elements from SVG files. - This addition aims to streamline SVG output and reduce file size.
1 parent eb5e0fa commit 13624d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/svgo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
},
1111
},
1212
// Plugins that are not in the "preset-default" and that you want to activate
13+
'removeTitle',
1314
'convertStyleToAttrs',
1415
'prefixIds',
1516
],

0 commit comments

Comments
 (0)