Skip to content

Commit

Permalink
Update svgo.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Dec 5, 2023
1 parent e66f225 commit e16b6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svgo.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
overrides: {
removeUnknownsAndDefaults: {
keepDataAttrs: false, // remove all `data` attributes
keepRoleAttr: true // keep `role` attribute
keepRoleAttr: true // keep the `role` attribute
},
removeViewBox: false // keep `viewBox`
removeViewBox: false // keep the `viewBox` attribute
}
}
},
Expand Down

0 comments on commit e16b6b2

Please sign in to comment.