svgo prefixIds

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/27162/head
Michael Telatynski 2024-03-12 22:22:36 +00:00
parent 97c3da3789
commit 28038cc53e
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 2 additions and 0 deletions

View File

@ -554,6 +554,8 @@ module.exports = (env, argv) => {
},
// generates a viewbox if missing
{ name: "removeDimensions" },
// https://github.com/facebook/docusaurus/issues/8297
{ name: "prefixIds" },
],
},
/**